#0F6600
A dark, vivid green closely aligning with Darkgreen.
About #0F6600
The precise color #0F6600 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkgreen. This translates to an RGB value of rgb(15, 102, 0).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 85% cyan and 0% magenta inks. The HSL representation is 111.2° hue, 100.0% saturation, and 20.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#0F6600
RGB15, 102, 0
HSL111.2°, 100.0%, 20.0%
CMYK85%, 0%, 100%, 60%
HSV111.2°, 100.0%, 40.0%
LAB37.1, -42.3, 42.7
XYZ4.9, 9.6, 1.6
Decimal1009152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.19:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.87:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F6600;
}
.text-color {
color: #0F6600;
}
.border-color {
border: 2px solid #0F6600;
}