#8AC542
A medium, moderate green closely aligning with Yellowgreen.
About #8AC542
Visually, #8AC542 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 138 red, 197 green, and 66 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 30% cyan, 0% magenta, 66% yellow, and 23% black. The HSL representation is 87.0° hue, 53.0% saturation, and 51.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8AC542
RGB138, 197, 66
HSL87.0°, 53.0%, 51.6%
CMYK30%, 0%, 66%, 23%
HSV87.0°, 66.5%, 77.3%
LAB73.4, -39.5, 57.3
XYZ31.4, 45.7, 12.3
Decimal9094466
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.15:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AC542;
}
.text-color {
color: #8AC542;
}
.border-color {
border: 2px solid #8AC542;
}