#5F996D
A medium, muted green closely aligning with Seagreen.
About #5F996D
At its core, #5F996D is a medium and muted hue. If you're using CSS, you might find it aligns closely with Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 153, and 109.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 38% cyan and 0% magenta inks. With a hue angle of 134.5 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F996D
RGB95, 153, 109
HSL134.5°, 23.4%, 48.6%
CMYK38%, 0%, 29%, 40%
HSV134.5°, 37.9%, 60.0%
LAB58.3, -28.7, 17.3
XYZ18.9, 26.3, 18.6
Decimal6265197
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.35:1
Text on #FFFFFF
AA Large
6.26:1
Text on #000000
AA
3.20:1
Text on #F8FAFC
AA Large
5.33:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F996D;
}
.text-color {
color: #5F996D;
}
.border-color {
border: 2px solid #5F996D;
}