#AEEB90
A light, moderate green closely aligning with Lightgreen.
About #AEEB90
At its core, #AEEB90 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 174, 235, and 144.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 26% cyan and 0% magenta inks. With a hue angle of 100.2 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AEEB90
RGB174, 235, 144
HSL100.2°, 69.5%, 74.3%
CMYK26%, 0%, 39%, 8%
HSV100.2°, 38.7%, 92.2%
LAB87.2, -35.4, 38.1
XYZ52.2, 70.4, 37.2
Decimal11463568
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.09:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AEEB90;
}
.text-color {
color: #AEEB90;
}
.border-color {
border: 2px solid #AEEB90;
}