#AFC549
A medium, moderate yellow closely aligning with Yellowgreen.
About #AFC549
Visually, #AFC549 is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(175, 197, 73).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 11% Cyan, 0% Magenta, 63% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFC549
RGB175, 197, 73
HSL70.6°, 51.7%, 52.9%
CMYK11%, 0%, 63%, 23%
HSV70.6°, 62.9%, 77.3%
LAB75.8, -24.5, 57.7
XYZ38.8, 49.5, 13.8
Decimal11519305
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.91:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFC549;
}
.text-color {
color: #AFC549;
}
.border-color {
border: 2px solid #AFC549;
}