#8ACC3A
A medium, moderate green closely aligning with Yellowgreen.
About #8ACC3A
At its core, #8ACC3A is a medium and moderate hue. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 138 red, 204 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 32% cyan and 0% magenta inks. The HSL representation is 87.1° hue, 58.9% saturation, and 51.4% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8ACC3A
RGB138, 204, 58
HSL87.1°, 58.9%, 51.4%
CMYK32%, 0%, 72%, 20%
HSV87.1°, 71.6%, 80.0%
LAB75.4, -43.1, 62.5
XYZ32.8, 48.9, 11.7
Decimal9096250
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.78:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ACC3A;
}
.text-color {
color: #8ACC3A;
}
.border-color {
border: 2px solid #8ACC3A;
}