#0F8A0F
A dark, vivid green closely aligning with Green.
About #0F8A0F
Visually, #0F8A0F is defined as a vivid green. Designers often compare it to the standard color Green. Its digital footprint relies on 15 parts red, 138 parts green, and 15 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 89% C, 0% M, 89% Y, and 46% K. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#0F8A0F
RGB15, 138, 15
HSL120.0°, 80.4%, 30.0%
CMYK89%, 0%, 89%, 46%
HSV120.0°, 89.1%, 54.1%
LAB49.9, -52.9, 50.0
XYZ9.4, 18.3, 3.5
Decimal1018383
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.50:1
Text on #FFFFFF
AA
4.66:1
Text on #000000
AA
4.30:1
Text on #F8FAFC
AA Large
3.96:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8A0F;
}
.text-color {
color: #0F8A0F;
}
.border-color {
border: 2px solid #0F8A0F;
}