#8ACC2C
A medium, moderate green closely aligning with Yellowgreen.
About #8ACC2C
At its core, #8ACC2C is a medium and moderate hue. It is closely associated with the named CSS color Yellowgreen. Its digital footprint relies on 138 parts red, 204 parts green, and 44 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 32% Cyan, 0% Magenta, 78% Yellow, and 20% Black. The HSL representation is 84.8° hue, 64.5% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#8ACC2C
RGB138, 204, 44
HSL84.8°, 64.5%, 48.6%
CMYK32%, 0%, 78%, 20%
HSV84.8°, 78.4%, 80.0%
LAB75.3, -43.8, 66.9
XYZ32.5, 48.8, 10.1
Decimal9096236
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.75:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ACC2C;
}
.text-color {
color: #8ACC2C;
}
.border-color {
border: 2px solid #8ACC2C;
}