#A8F066
A light, vivid green closely aligning with Yellowgreen.
About #A8F066
At its core, #A8F066 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 168 red, 240 green, and 102 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 30% cyan and 0% magenta inks. 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#A8F066
RGB168, 240, 102
HSL91.3°, 82.1%, 67.1%
CMYK30%, 0%, 57%, 6%
HSV91.3°, 57.5%, 94.1%
LAB87.8, -44.5, 58.5
XYZ49.7, 71.6, 23.8
Decimal11071590
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.32:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F066;
}
.text-color {
color: #A8F066;
}
.border-color {
border: 2px solid #A8F066;
}