#0F7C00
A dark, vivid green closely aligning with Green.
About #0F7C00
Visually, #0F7C00 is defined as a vivid green. Its closest recognized web color is Green. In the RGB color space, it consists of 15 red, 124 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 88% C, 0% M, 100% Y, and 51% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F7C00
RGB15, 124, 0
HSL112.7°, 100.0%, 24.3%
CMYK88%, 0%, 100%, 51%
HSV112.7°, 100.0%, 48.6%
LAB45.0, -49.2, 48.9
XYZ7.4, 14.5, 2.4
Decimal1014784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.38:1
Text on #FFFFFF
AA
3.90: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: #0F7C00;
}
.text-color {
color: #0F7C00;
}
.border-color {
border: 2px solid #0F7C00;
}