#0F9242
A dark, vivid green closely aligning with Forestgreen.
About #0F9242
When working with digital screens, the color #0F9242 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Forestgreen. This translates to an RGB value of rgb(15, 146, 66).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 90% cyan, 0% magenta, 55% yellow, and 43% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#0F9242
RGB15, 146, 66
HSL143.4°, 81.4%, 31.6%
CMYK90%, 0%, 55%, 43%
HSV143.4°, 89.7%, 57.3%
LAB53.0, -50.4, 33.1
XYZ11.5, 21.1, 8.6
Decimal1020482
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.03:1
Text on #FFFFFF
AA Large
5.21:1
Text on #000000
AA
3.85:1
Text on #F8FAFC
AA Large
4.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F9242;
}
.text-color {
color: #0F9242;
}
.border-color {
border: 2px solid #0F9242;
}