#00990F
A dark, vivid green closely aligning with Green.
About #00990F
The hex code #00990F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Green. This translates to an RGB value of rgb(0, 153, 15).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 0% M, 90% Y, and 40% K. With a hue angle of 125.9 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00990F
RGB0, 153, 15
HSL125.9°, 100.0%, 30.0%
CMYK100%, 0%, 90%, 40%
HSV125.9°, 100.0%, 60.0%
LAB54.9, -58.4, 54.4
XYZ11.5, 22.8, 4.3
Decimal39183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.77:1
Text on #FFFFFF
AA Large
5.56:1
Text on #000000
AA
3.61:1
Text on #F8FAFC
AA Large
4.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00990F;
}
.text-color {
color: #00990F;
}
.border-color {
border: 2px solid #00990F;
}