#49AF6D
A medium, moderate green closely aligning with Mediumseagreen.
About #49AF6D
Visually, #49AF6D is defined as a moderate green. It is closely associated with the named CSS color Mediumseagreen. In the RGB color space, it consists of 73 red, 175 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 58% C, 0% M, 38% Y, and 31% 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#49AF6D
RGB73, 175, 109
HSL141.2°, 41.1%, 48.6%
CMYK58%, 0%, 38%, 31%
HSV141.2°, 58.3%, 68.6%
LAB64.3, -44.7, 25.2
XYZ20.8, 33.2, 19.8
Decimal4829037
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.64:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49AF6D;
}
.text-color {
color: #49AF6D;
}
.border-color {
border: 2px solid #49AF6D;
}