#0F9200
A dark, vivid green closely aligning with Green.
About #0F9200
Visually, #0F9200 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Green. This translates to an RGB value of rgb(15, 146, 0).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 90% cyan, 0% magenta, 100% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
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#0F9200
RGB15, 146, 0
HSL113.8°, 100.0%, 28.6%
CMYK90%, 0%, 100%, 43%
HSV113.8°, 100.0%, 57.3%
LAB52.6, -55.9, 55.0
XYZ10.5, 20.7, 3.4
Decimal1020416
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.13:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F9200;
}
.text-color {
color: #0F9200;
}
.border-color {
border: 2px solid #0F9200;
}