#8AE25F
A light, moderate green closely aligning with Yellowgreen.
About #8AE25F
Visually, #8AE25F is defined as a moderate green. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(138, 226, 95).
For print applications, it's crucial to understand its CMYK makeup. The color uses 39% Cyan, 0% Magenta, 58% Yellow, and 11% Black. The HSL representation is 100.3° hue, 69.3% saturation, and 62.9% 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#8AE25F
RGB138, 226, 95
HSL100.3°, 69.3%, 62.9%
CMYK39%, 0%, 58%, 11%
HSV100.3°, 58.0%, 88.6%
LAB82.2, -49.3, 54.8
XYZ39.7, 60.6, 20.4
Decimal9101919
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.12:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AE25F;
}
.text-color {
color: #8AE25F;
}
.border-color {
border: 2px solid #8AE25F;
}