#8AE98A
A light, moderate green closely aligning with Lightgreen.
About #8AE98A
At its core, #8AE98A is a light and moderate hue. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 233, and 138.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 41% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#8AE98A
RGB138, 233, 138
HSL120.0°, 68.3%, 72.7%
CMYK41%, 0%, 41%, 9%
HSV120.0°, 40.8%, 91.4%
LAB84.7, -46.9, 37.5
XYZ44.2, 65.5, 34.4
Decimal9103754
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.10:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
11.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AE98A;
}
.text-color {
color: #8AE98A;
}
.border-color {
border: 2px solid #8AE98A;
}