#49A866
A medium, moderate green closely aligning with Mediumseagreen.
About #49A866
At its core, #49A866 is a medium and moderate hue. It is closely associated with the named CSS color Mediumseagreen. In the RGB color space, it consists of 73 red, 168 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 57% C, 0% M, 39% Y, and 34% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#49A866
RGB73, 168, 102
HSL138.3°, 39.4%, 47.3%
CMYK57%, 0%, 39%, 34%
HSV138.3°, 56.5%, 65.9%
LAB62.0, -43.0, 25.9
XYZ19.1, 30.4, 17.4
Decimal4827238
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.97:1
Text on #FFFFFF
FAIL
7.08:1
Text on #000000
AAA
2.84:1
Text on #F8FAFC
FAIL
6.02:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49A866;
}
.text-color {
color: #49A866;
}
.border-color {
border: 2px solid #49A866;
}