#49A875
A medium, moderate green closely aligning with Mediumseagreen.
About #49A875
When working with digital screens, the color #49A875 is rendered by mixing light. It is closely associated with the named CSS color Mediumseagreen. This translates to an RGB value of rgb(73, 168, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 57% C, 0% M, 30% Y, and 34% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49A875
RGB73, 168, 117
HSL147.8°, 39.4%, 47.3%
CMYK57%, 0%, 30%, 34%
HSV147.8°, 56.5%, 65.9%
LAB62.3, -40.1, 18.1
XYZ20.0, 30.7, 21.7
Decimal4827253
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.14:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #49A875;
}
.text-color {
color: #49A875;
}
.border-color {
border: 2px solid #49A875;
}