Shades of Sea Green #21A04A
Tints of Sea Green #21A04A
RGB
CMYK
RGB Variations
Color information
#21A04A (or 0x21A04A) is known color: Sea Green. HEX triplet: 21, A0 and 4A. RGB value is (33,160,74). Sum of RGB (Red+Green+Blue) = 33+160+74=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #21A04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A04A is #DE5FB5. Grayscale: #707070. Windows color (decimal): -14573494 or 4890657. OLE color: 4890657.
HSL color Cylindrical-coordinate representation of color #21A04A: hue angle of 139.37º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A04A is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 74 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.37 |
| HSL | 139.37º | 0.66% | 0.38% | - |
| HSV(B) | 139.37º | 0.79% | 0.63% | - |
| XYZ | 14.43 | 25.96 | 10.73 | - |
| YUV | 112.22 | 106.42 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 74 | 0.79 | 0 | 0.54 | 0.37 | 139.37 | 0.66 | 0.38 |
| Hex | 21 | A0 | 4A | 4F | 0 | 36 | 25 | 8B | 42 | 26 |
| Octal | 41 | 240 | 112 | 117 | 0 | 66 | 45 | 213 | 102 | 46 |
| Binary | 100001 | 10100000 | 1001010 | 1001111 | 0 | 110110 | 100101 | 10001011 | 1000010 | 100110 |
Color Harmonies of #21A04A
Complementary color
Monochromatic Colors of #21A04A
Black with #21A04A
Text Example
Text Example
White with #21A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A04A; }
p { color: rgb(33,160,74); }
H1.HeaderClassName
{
color: #21A04A;
}
.AnyTagClassName
{
color: #21A04A;
}
</style>
background-color css
<style>
a { background-color: #21A04A; }
a { background-color: rgb(33,160,74); }
div.DivClassName
{
background-color: #21A04A;
}
.BgClassName
{
background-color: #21A04A;
}
</style>
border-color css
<style>
span { border-color: #21A04A; }
span { border-color: rgb(33,160,74); }
td.TdClassName
{
border-color: #21A04A;
}
.TagClassName
{
border-color: #21A04A;
}
</style>