#0F8A00
A dark, vivid green closely aligning with Green.
About #0F8A00
The hex code #0F8A00 represents a beautifully specific shade of green. Designers often compare it to the standard color Green. This translates to an RGB value of rgb(15, 138, 0).
For print applications, it's crucial to understand its CMYK makeup. The color uses 89% Cyan, 0% Magenta, 100% Yellow, and 46% Black. The HSL representation is 113.5° hue, 100.0% saturation, and 27.1% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F8A00
RGB15, 138, 0
HSL113.5°, 100.0%, 27.1%
CMYK89%, 0%, 100%, 46%
HSV113.5°, 100.0%, 54.1%
LAB49.8, -53.5, 52.8
XYZ9.3, 18.3, 3.0
Decimal1018368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.51:1
Text on #FFFFFF
AA
4.66:1
Text on #000000
AA
4.31:1
Text on #F8FAFC
AA Large
3.96:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F8A00;
}
.text-color {
color: #0F8A00;
}
.border-color {
border: 2px solid #0F8A00;
}