#AFDB3A
A medium, moderate green closely aligning with Yellowgreen.
About #AFDB3A
The hex code #AFDB3A represents a beautifully specific shade of green. It is closely associated with the named CSS color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 219, and 58.
For print applications, it's crucial to understand its CMYK makeup. The color uses 20% Cyan, 0% Magenta, 74% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFDB3A
RGB175, 219, 58
HSL76.4°, 69.1%, 54.3%
CMYK20%, 0%, 74%, 14%
HSV76.4°, 73.5%, 85.9%
LAB81.9, -35.8, 69.5
XYZ43.8, 60.1, 13.3
Decimal11524922
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.02:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDB3A;
}
.text-color {
color: #AFDB3A;
}
.border-color {
border: 2px solid #AFDB3A;
}