#8AF08A
A light, vivid green closely aligning with Palegreen.
About #8AF08A
At its core, #8AF08A is a light and vivid hue. If you're using CSS, you might find it aligns closely with Palegreen. Its digital footprint relies on 138 parts red, 240 parts green, and 138 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 43% C, 0% M, 43% Y, and 6% K. The HSL representation is 120.0° hue, 77.3% saturation, and 74.1% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8AF08A
RGB138, 240, 138
HSL120.0°, 77.3%, 74.1%
CMYK43%, 0%, 43%, 6%
HSV120.0°, 42.5%, 94.1%
LAB86.8, -49.8, 40.2
XYZ46.2, 69.6, 35.0
Decimal9105546
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.91:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF08A;
}
.text-color {
color: #8AF08A;
}
.border-color {
border: 2px solid #8AF08A;
}