#0F7C0F
A dark, vivid green closely aligning with Green.
About #0F7C0F
Visually, #0F7C0F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Green. In the RGB color space, it consists of 15 red, 124 green, and 15 blue.
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, 88% yellow, and 51% black. The HSL representation is 120.0° hue, 78.4% saturation, and 27.3% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F7C0F
RGB15, 124, 15
HSL120.0°, 78.4%, 27.3%
CMYK88%, 0%, 88%, 51%
HSV120.0°, 87.9%, 48.6%
LAB45.0, -48.6, 45.7
XYZ7.5, 14.6, 2.9
Decimal1014799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.37:1
Text on #FFFFFF
AA
3.91:1
Text on #000000
AA Large
5.13:1
Text on #F8FAFC
AA
3.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7C0F;
}
.text-color {
color: #0F7C0F;
}
.border-color {
border: 2px solid #0F7C0F;
}