#0FA024
A dark, vivid green closely aligning with Forestgreen.
About #0FA024
Visually, #0FA024 is defined as a vivid green. Designers often compare it to the standard color Forestgreen. In the RGB color space, it consists of 15 red, 160 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 91% C, 0% M, 78% Y, and 37% K. The HSL representation is 128.7° hue, 82.9% saturation, and 34.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FA024
RGB15, 160, 36
HSL128.7°, 82.9%, 34.3%
CMYK91%, 0%, 78%, 37%
HSV128.7°, 90.6%, 62.7%
LAB57.4, -58.3, 51.0
XYZ13.1, 25.4, 5.9
Decimal1024036
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.07:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA024;
}
.text-color {
color: #0FA024;
}
.border-color {
border: 2px solid #0FA024;
}