#0F8A33
A dark, vivid green closely aligning with Forestgreen.
About #0F8A33
The hex code #0F8A33 represents a beautifully specific shade of green. It is closely associated with the named CSS color Forestgreen. Its digital footprint relies on 15 parts red, 138 parts green, and 51 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 89% Cyan, 0% Magenta, 63% Yellow, and 46% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F8A33
RGB15, 138, 51
HSL137.6°, 80.4%, 30.0%
CMYK89%, 0%, 63%, 46%
HSV137.6°, 89.1%, 54.1%
LAB50.1, -49.9, 37.1
XYZ9.9, 18.5, 6.2
Decimal1018419
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.46:1
Text on #FFFFFF
AA Large
4.70:1
Text on #000000
AA
4.27:1
Text on #F8FAFC
AA Large
4.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8A33;
}
.text-color {
color: #0F8A33;
}
.border-color {
border: 2px solid #0F8A33;
}