Shades of Elf Green #21A073
Tints of Elf Green #21A073
RGB
CMYK
RGB Variations
Color information
#21A073 (or 0x21A073) is known color: Elf Green. HEX triplet: 21, A0 and 73. RGB value is (33,160,115). Sum of RGB (Red+Green+Blue) = 33+160+115=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #21A073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A073 is #DE5F8C. Grayscale: #747474. Windows color (decimal): -14573453 or 7577633. OLE color: 7577633.
HSL color Cylindrical-coordinate representation of color #21A073: hue angle of 158.74º 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 #21A073 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 115 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.37 |
| HSL | 158.74º | 0.66% | 0.38% | - |
| HSV(B) | 158.74º | 0.79% | 0.63% | - |
| XYZ | 16.29 | 26.7 | 20.52 | - |
| YUV | 116.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 115 | 0.79 | 0 | 0.28 | 0.37 | 158.74 | 0.66 | 0.38 |
| Hex | 21 | A0 | 73 | 4F | 0 | 1C | 25 | 9F | 42 | 26 |
| Octal | 41 | 240 | 163 | 117 | 0 | 34 | 45 | 237 | 102 | 46 |
| Binary | 100001 | 10100000 | 1110011 | 1001111 | 0 | 11100 | 100101 | 10011111 | 1000010 | 100110 |
Color Harmonies of #21A073
Complementary color
Monochromatic Colors of #21A073
Black with #21A073
Text Example
Text Example
White with #21A073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A073; }
p { color: rgb(33,160,115); }
H1.HeaderClassName
{
color: #21A073;
}
.AnyTagClassName
{
color: #21A073;
}
</style>
background-color css
<style>
a { background-color: #21A073; }
a { background-color: rgb(33,160,115); }
div.DivClassName
{
background-color: #21A073;
}
.BgClassName
{
background-color: #21A073;
}
</style>
border-color css
<style>
span { border-color: #21A073; }
span { border-color: rgb(33,160,115); }
td.TdClassName
{
border-color: #21A073;
}
.TagClassName
{
border-color: #21A073;
}
</style>