Hex Color #14942C - Custom Color

Color Codes

HEX
#14942C
RGB
rgb(20, 148, 44)
HSL
hsl(131, 76%, 33%)
CMYK
cmyk(86%, 0%, 70%, 42%)
HSV
hsv(131, 86%, 58%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 3.96:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 5.30:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #14942C;
color: #14942C;
border-color: #14942C;
}

Tailwind CSS (with arbitrary values)

bg-[#14942C]
text-[#14942C]
border-[#14942C]
// Example usage:
<div className="bg-[#14942C]">