#0FAF3A
A dark, vivid green closely aligning with Forestgreen.
About #0FAF3A
When working with digital screens, the color #0FAF3A is rendered by mixing light. It is closely associated with the named CSS color Forestgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 175, and 58.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 91% C, 0% M, 67% Y, and 31% K. The HSL representation is 136.1° hue, 84.2% saturation, and 37.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#0FAF3A
RGB15, 175, 58
HSL136.1°, 84.2%, 37.3%
CMYK91%, 0%, 67%, 31%
HSV136.1°, 91.4%, 68.6%
LAB62.6, -60.9, 47.9
XYZ16.3, 31.1, 9.1
Decimal1027898
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.21:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FAF3A;
}
.text-color {
color: #0FAF3A;
}
.border-color {
border: 2px solid #0FAF3A;
}