#0F9900
A dark, vivid green closely aligning with Green.
About #0F9900
Visually, #0F9900 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Green. In the RGB color space, it consists of 15 red, 153 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 90% C, 0% M, 100% Y, and 40% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#0F9900
RGB15, 153, 0
HSL114.1°, 100.0%, 30.0%
CMYK90%, 0%, 100%, 40%
HSV114.1°, 100.0%, 60.0%
LAB55.0, -57.9, 56.9
XYZ11.6, 22.9, 3.8
Decimal1022208
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.77:1
Text on #FFFFFF
AA Large
5.58:1
Text on #000000
AA
3.60:1
Text on #F8FAFC
AA Large
4.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F9900;
}
.text-color {
color: #0F9900;
}
.border-color {
border: 2px solid #0F9900;
}