#83A049
A medium, moderate green closely aligning with Olivedrab.
About #83A049
The hex code #83A049 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Olivedrab. Its digital footprint relies on 131 parts red, 160 parts green, and 73 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 18% Cyan, 0% Magenta, 54% Yellow, and 37% Black. With a hue angle of 80.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#83A049
RGB131, 160, 73
HSL80.0°, 37.3%, 45.7%
CMYK18%, 0%, 54%, 37%
HSV80.0°, 54.4%, 62.7%
LAB62.0, -24.2, 41.5
XYZ23.1, 30.4, 11.0
Decimal8626249
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.96:1
Text on #FFFFFF
FAIL
7.09:1
Text on #000000
AAA
2.83:1
Text on #F8FAFC
FAIL
6.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #83A049;
}
.text-color {
color: #83A049;
}
.border-color {
border: 2px solid #83A049;
}