#0F9933
A dark, vivid green closely aligning with Forestgreen.
About #0F9933
The hex code #0F9933 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Forestgreen. In the RGB color space, it consists of 15 red, 153 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 90% C, 0% M, 67% Y, and 40% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F9933
RGB15, 153, 51
HSL135.7°, 82.1%, 32.9%
CMYK90%, 0%, 67%, 40%
HSV135.7°, 90.2%, 60.0%
LAB55.2, -54.8, 42.8
XYZ12.2, 23.1, 7.0
Decimal1022259
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.73:1
Text on #FFFFFF
AA Large
5.62:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F9933;
}
.text-color {
color: #0F9933;
}
.border-color {
border: 2px solid #0F9933;
}