#0F5007
A very dark, vivid green closely aligning with Darkgreen.
About #0F5007
When working with digital screens, the color #0F5007 is rendered by mixing light. Its closest recognized web color is Darkgreen. In the RGB color space, it consists of 15 red, 80 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 81% C, 0% M, 91% Y, and 69% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F5007
RGB15, 80, 7
HSL113.4°, 83.9%, 17.1%
CMYK81%, 0%, 91%, 69%
HSV113.4°, 91.2%, 31.4%
LAB29.0, -34.3, 33.6
XYZ3.1, 5.9, 1.2
Decimal1003527
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.67:1
Text on #FFFFFF
AAA
2.17:1
Text on #000000
FAIL
9.25:1
Text on #F8FAFC
AAA
1.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5007;
}
.text-color {
color: #0F5007;
}
.border-color {
border: 2px solid #0F5007;
}