#0F7C07
A dark, vivid green closely aligning with Green.
About #0F7C07
The precise color #0F7C07 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Green. This translates to an RGB value of rgb(15, 124, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 88% cyan, 0% magenta, 94% yellow, and 51% black. With a hue angle of 115.9 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F7C07
RGB15, 124, 7
HSL115.9°, 89.3%, 25.7%
CMYK88%, 0%, 94%, 51%
HSV115.9°, 94.4%, 48.6%
LAB45.0, -49.0, 47.5
XYZ7.4, 14.5, 2.6
Decimal1014791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.38:1
Text on #FFFFFF
AA
3.91:1
Text on #000000
AA Large
5.14:1
Text on #F8FAFC
AA
3.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7C07;
}
.text-color {
color: #0F7C07;
}
.border-color {
border: 2px solid #0F7C07;
}