#0F6D07
A dark, vivid green closely aligning with Darkgreen.
About #0F6D07
When working with digital screens, the color #0F6D07 is rendered by mixing light. Designers often compare it to the standard color Darkgreen. In the RGB color space, it consists of 15 red, 109 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 86% cyan, 0% magenta, 94% yellow, and 57% black. The HSL representation is 115.3° hue, 87.9% saturation, and 22.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F6D07
RGB15, 109, 7
HSL115.3°, 87.9%, 22.7%
CMYK86%, 0%, 94%, 57%
HSV115.3°, 93.6%, 42.7%
LAB39.7, -44.2, 42.9
XYZ5.7, 11.1, 2.0
Decimal1010951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.54:1
Text on #FFFFFF
AA
3.21:1
Text on #000000
AA Large
6.25:1
Text on #F8FAFC
AA
2.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F6D07;
}
.text-color {
color: #0F6D07;
}
.border-color {
border: 2px solid #0F6D07;
}