#0F991D
A dark, vivid green closely aligning with Green.
About #0F991D
When working with digital screens, the color #0F991D is rendered by mixing light. Designers often compare it to the standard color Green. Its digital footprint relies on 15 parts red, 153 parts green, and 29 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 90% cyan, 0% magenta, 81% yellow, and 40% black. With a hue angle of 126.1 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F991D
RGB15, 153, 29
HSL126.1°, 82.1%, 32.9%
CMYK90%, 0%, 81%, 40%
HSV126.1°, 90.2%, 60.0%
LAB55.0, -56.7, 51.0
XYZ11.8, 23.0, 5.0
Decimal1022237
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.59:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F991D;
}
.text-color {
color: #0F991D;
}
.border-color {
border: 2px solid #0F991D;
}