#0F7516
A dark, vivid green closely aligning with Darkgreen.
About #0F7516
Visually, #0F7516 is defined as a vivid green. It is closely associated with the named CSS color Darkgreen. This translates to an RGB value of rgb(15, 117, 22).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 87% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F7516
RGB15, 117, 22
HSL124.1°, 77.3%, 25.9%
CMYK87%, 0%, 81%, 54%
HSV124.1°, 87.2%, 45.9%
LAB42.6, -45.9, 41.3
XYZ6.7, 12.9, 2.9
Decimal1013014
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.87:1
Text on #FFFFFF
AA
3.58:1
Text on #000000
AA Large
5.61:1
Text on #F8FAFC
AA
3.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7516;
}
.text-color {
color: #0F7516;
}
.border-color {
border: 2px solid #0F7516;
}