#0FA033
A dark, vivid green closely aligning with Forestgreen.
About #0FA033
Visually, #0FA033 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Forestgreen. In the RGB color space, it consists of 15 red, 160 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 91% C, 0% M, 68% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0FA033
RGB15, 160, 51
HSL134.9°, 82.9%, 34.3%
CMYK91%, 0%, 68%, 37%
HSV134.9°, 90.6%, 62.7%
LAB57.5, -57.0, 45.4
XYZ13.4, 25.5, 7.3
Decimal1024051
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.44:1
Text on #FFFFFF
AA Large
6.10:1
Text on #000000
AA
3.29:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA033;
}
.text-color {
color: #0FA033;
}
.border-color {
border: 2px solid #0FA033;
}