#8AFF99
A light, vivid green closely aligning with Palegreen.
About #8AFF99
Visually, #8AFF99 is defined as a vivid green. It is closely associated with the named CSS color Palegreen. This translates to an RGB value of rgb(138, 255, 153).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 46% cyan, 0% magenta, 40% yellow, and 0% black. With a hue angle of 127.7 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8AFF99
RGB138, 255, 153
HSL127.7°, 100.0%, 77.1%
CMYK46%, 0%, 40%, 0%
HSV127.7°, 45.9%, 100.0%
LAB91.3, -53.7, 38.7
XYZ52.0, 79.2, 42.7
Decimal9109401
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.84:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AFF99;
}
.text-color {
color: #8AFF99;
}
.border-color {
border: 2px solid #8AFF99;
}