#A0CC1D
A medium, vivid green closely aligning with Yellowgreen.
About #A0CC1D
At its core, #A0CC1D is a medium and vivid hue. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 160 red, 204 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 22% cyan, 0% magenta, 86% yellow, and 20% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0CC1D
RGB160, 204, 29
HSL75.1°, 75.1%, 45.7%
CMYK22%, 0%, 86%, 20%
HSV75.1°, 85.8%, 80.0%
LAB76.5, -36.0, 72.3
XYZ36.3, 50.7, 9.0
Decimal10538013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.15:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0CC1D;
}
.text-color {
color: #A0CC1D;
}
.border-color {
border: 2px solid #A0CC1D;
}