#00A02C
A dark, vivid green closely aligning with Forestgreen.
About #00A02C
At its core, #00A02C is a dark and vivid hue. It is closely associated with the named CSS color Forestgreen. This translates to an RGB value of rgb(0, 160, 44).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 72% Y, and 37% K. With a hue angle of 136.5 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00A02C
RGB0, 160, 44
HSL136.5°, 100.0%, 31.4%
CMYK100%, 0%, 72%, 37%
HSV136.5°, 100.0%, 62.7%
LAB57.4, -58.5, 48.0
XYZ13.0, 25.3, 6.6
Decimal41004
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.06:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A02C;
}
.text-color {
color: #00A02C;
}
.border-color {
border: 2px solid #00A02C;
}