#0F8A1D
A dark, vivid green closely aligning with Forestgreen.
About #0F8A1D
At its core, #0F8A1D is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Forestgreen. In the RGB color space, it consists of 15 red, 138 green, and 29 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 89% cyan, 0% magenta, 79% yellow, and 46% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 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#0F8A1D
RGB15, 138, 29
HSL126.8°, 80.4%, 30.0%
CMYK89%, 0%, 79%, 46%
HSV126.8°, 89.1%, 54.1%
LAB49.9, -52.1, 46.1
XYZ9.5, 18.4, 4.2
Decimal1018397
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.49:1
Text on #FFFFFF
AA Large
4.67:1
Text on #000000
AA
4.29:1
Text on #F8FAFC
AA Large
3.97:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8A1D;
}
.text-color {
color: #0F8A1D;
}
.border-color {
border: 2px solid #0F8A1D;
}