#A8E949
A light, vivid green closely aligning with Yellowgreen.
About #A8E949
At its core, #A8E949 is a light and vivid hue. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(168, 233, 73).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 28% cyan, 0% magenta, 69% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8E949
RGB168, 233, 73
HSL84.4°, 78.4%, 60.0%
CMYK28%, 0%, 69%, 9%
HSV84.4°, 68.7%, 91.4%
LAB85.5, -43.7, 67.8
XYZ46.5, 67.1, 16.8
Decimal11069769
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.42:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8E949;
}
.text-color {
color: #A8E949;
}
.border-color {
border: 2px solid #A8E949;
}