#A0F066
A light, vivid green closely aligning with Yellowgreen.
About #A0F066
The hex code #A0F066 represents a beautifully specific shade of green. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(160, 240, 102).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 33% cyan, 0% magenta, 57% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#A0F066
RGB160, 240, 102
HSL94.8°, 82.1%, 67.1%
CMYK33%, 0%, 57%, 6%
HSV94.8°, 57.5%, 94.1%
LAB87.4, -47.2, 57.9
XYZ48.1, 70.8, 23.7
Decimal10547302
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.15:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F066;
}
.text-color {
color: #A0F066;
}
.border-color {
border: 2px solid #A0F066;
}