#0F660F
A dark, vivid green closely aligning with Darkgreen.
About #0F660F
Visually, #0F660F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Darkgreen. In the RGB color space, it consists of 15 red, 102 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 85% C, 0% M, 85% Y, and 60% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F660F
RGB15, 102, 15
HSL120.0°, 74.4%, 22.9%
CMYK85%, 0%, 85%, 60%
HSV120.0°, 85.3%, 40.0%
LAB37.2, -41.5, 38.5
XYZ5.0, 9.6, 2.0
Decimal1009167
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.17:1
Text on #FFFFFF
AAA
2.93:1
Text on #000000
FAIL
6.86:1
Text on #F8FAFC
AA
2.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F660F;
}
.text-color {
color: #0F660F;
}
.border-color {
border: 2px solid #0F660F;
}