#A8E224
A medium, vivid green closely aligning with Yellowgreen.
About #A8E224
Visually, #A8E224 is defined as a vivid green. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 168 red, 226 green, and 36 blue.
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. The HSL representation is 78.3° hue, 76.6% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8E224
RGB168, 226, 36
HSL78.3°, 76.6%, 51.4%
CMYK26%, 0%, 84%, 11%
HSV78.3°, 84.1%, 88.6%
LAB83.4, -42.5, 76.8
XYZ43.7, 62.8, 11.5
Decimal11067940
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.57:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8E224;
}
.text-color {
color: #A8E224;
}
.border-color {
border: 2px solid #A8E224;
}