#3AA05F
A medium, moderate green closely aligning with Mediumseagreen.
About #3AA05F
Visually, #3AA05F is defined as a moderate green. Designers often compare it to the standard color Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 160, and 95.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 64% C, 0% M, 41% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AA05F
RGB58, 160, 95
HSL141.8°, 46.8%, 42.7%
CMYK64%, 0%, 41%, 37%
HSV141.8°, 63.8%, 62.7%
LAB58.9, -44.4, 25.4
XYZ16.4, 26.9, 15.1
Decimal3842143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.29:1
Text on #FFFFFF
AA Large
6.37:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3AA05F;
}
.text-color {
color: #3AA05F;
}
.border-color {
border: 2px solid #3AA05F;
}