#99FF8A
A light, vivid green closely aligning with Palegreen.
About #99FF8A
The precise color #99FF8A is an excellent choice for modern design projects. It is closely associated with the named CSS color Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 255, and 138.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 40% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#99FF8A
RGB153, 255, 138
HSL112.3°, 100.0%, 77.1%
CMYK40%, 0%, 46%, 0%
HSV112.3°, 45.9%, 100.0%
LAB91.7, -51.6, 46.6
XYZ53.5, 80.1, 36.7
Decimal10092426
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.03:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99FF8A;
}
.text-color {
color: #99FF8A;
}
.border-color {
border: 2px solid #99FF8A;
}