#00663A
A dark, vivid green closely aligning with Seagreen.
About #00663A
The precise color #00663A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Seagreen. This translates to an RGB value of rgb(0, 102, 58).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 0% M, 43% Y, and 60% K. With a hue angle of 154.1 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00663A
RGB0, 102, 58
HSL154.1°, 100.0%, 20.0%
CMYK100%, 0%, 43%, 60%
HSV154.1°, 100.0%, 40.0%
LAB37.5, -37.0, 17.8
XYZ5.5, 9.8, 5.6
Decimal26170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.09:1
Text on #FFFFFF
AAA
2.96:1
Text on #000000
FAIL
6.78:1
Text on #F8FAFC
AA
2.52:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00663A;
}
.text-color {
color: #00663A;
}
.border-color {
border: 2px solid #00663A;
}