#0FA000
A dark, vivid green closely aligning with Green.
About #0FA000
Visually, #0FA000 is defined as a vivid green. It is closely associated with the named CSS color Green. In the RGB color space, it consists of 15 red, 160 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. The color uses 91% Cyan, 0% Magenta, 100% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FA000
RGB15, 160, 0
HSL114.4°, 100.0%, 31.4%
CMYK91%, 0%, 100%, 37%
HSV114.4°, 100.0%, 62.7%
LAB57.3, -59.9, 58.8
XYZ12.8, 25.2, 4.2
Decimal1024000
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.47:1
Text on #FFFFFF
AA Large
6.05:1
Text on #000000
AA
3.32:1
Text on #F8FAFC
AA Large
5.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA000;
}
.text-color {
color: #0FA000;
}
.border-color {
border: 2px solid #0FA000;
}