#A8F88A
A light, vivid green closely aligning with Palegreen.
About #A8F88A
Visually, #A8F88A is defined as a vivid green. 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 168, 248, and 138.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 32% C, 0% M, 44% Y, and 3% K. The HSL representation is 103.6° hue, 88.7% saturation, and 75.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#A8F88A
RGB168, 248, 138
HSL103.6°, 88.7%, 75.7%
CMYK32%, 0%, 44%, 3%
HSV103.6°, 44.4%, 97.3%
LAB90.5, -44.0, 45.1
XYZ54.3, 77.3, 36.1
Decimal11073674
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.46:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
13.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F88A;
}
.text-color {
color: #A8F88A;
}
.border-color {
border: 2px solid #A8F88A;
}