#AFD344
A medium, moderate green closely aligning with Yellowgreen.
About #AFD344
Visually, #AFD344 is defined as a moderate 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, 211, and 68.
If you are designing for print, the four-color process is what matters most. The color uses 17% Cyan, 0% Magenta, 68% Yellow, and 17% Black. With a hue angle of 75.1 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#AFD344
RGB175, 211, 68
HSL75.1°, 61.9%, 54.7%
CMYK17%, 0%, 68%, 17%
HSV75.1°, 67.8%, 82.7%
LAB79.7, -31.5, 63.8
XYZ42.0, 56.1, 14.1
Decimal11522884
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.22:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFD344;
}
.text-color {
color: #AFD344;
}
.border-color {
border: 2px solid #AFD344;
}