#008A42
A dark, vivid green closely aligning with Seagreen.
About #008A42
At its core, #008A42 is a dark and vivid hue. Designers often compare it to the standard color Seagreen. This translates to an RGB value of rgb(0, 138, 66).
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 52% Yellow, and 46% Black. The HSL representation is 148.7° hue, 100.0% saturation, and 27.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#008A42
RGB0, 138, 66
HSL148.7°, 100.0%, 27.1%
CMYK100%, 0%, 52%, 46%
HSV148.7°, 100.0%, 54.1%
LAB50.2, -48.7, 29.6
XYZ10.1, 18.6, 8.2
Decimal35394
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.71:1
Text on #000000
AA
4.26:1
Text on #F8FAFC
AA Large
4.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #008A42;
}
.text-color {
color: #008A42;
}
.border-color {
border: 2px solid #008A42;
}