#83AF0F
A dark, vivid green closely aligning with Yellowgreen.
About #83AF0F
At its core, #83AF0F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 175, and 15.
For print applications, it's crucial to understand its CMYK makeup. The color uses 25% Cyan, 0% Magenta, 91% Yellow, and 31% Black. The HSL representation is 76.5° hue, 84.2% saturation, and 37.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83AF0F
RGB131, 175, 15
HSL76.5°, 84.2%, 37.3%
CMYK25%, 0%, 91%, 31%
HSV76.5°, 91.4%, 68.6%
LAB66.2, -34.7, 65.5
XYZ24.8, 35.5, 6.0
Decimal8630031
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.10:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #83AF0F;
}
.text-color {
color: #83AF0F;
}
.border-color {
border: 2px solid #83AF0F;
}