#A0F842
A light, vivid green closely aligning with Greenyellow.
About #A0F842
At its core, #A0F842 is a light and vivid hue. It is closely associated with the named CSS color Greenyellow. This translates to an RGB value of rgb(160, 248, 66).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 35% cyan, 0% magenta, 73% yellow, and 3% black. The HSL representation is 89.0° hue, 92.9% saturation, and 61.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A0F842
RGB160, 248, 66
HSL89.0°, 92.9%, 61.6%
CMYK35%, 0%, 73%, 3%
HSV89.0°, 73.4%, 97.3%
LAB89.4, -53.2, 73.9
XYZ49.0, 75.0, 17.0
Decimal10549314
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.00:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F842;
}
.text-color {
color: #A0F842;
}
.border-color {
border: 2px solid #A0F842;
}