Shades of Elf Green #21A06C
Tints of Elf Green #21A06C
RGB
CMYK
RGB Variations
Color information
#21A06C (or 0x21A06C) is known color: Elf Green. HEX triplet: 21, A0 and 6C. RGB value is (33,160,108). Sum of RGB (Red+Green+Blue) = 33+160+108=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #21A06C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A06C is #DE5F93. Grayscale: #747474. Windows color (decimal): -14573460 or 7118881. OLE color: 7118881.
HSL color Cylindrical-coordinate representation of color #21A06C: hue angle of 155.43º 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 #21A06C is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 108 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.37 |
| HSL | 155.43º | 0.66% | 0.38% | - |
| HSV(B) | 155.43º | 0.79% | 0.63% | - |
| XYZ | 15.9 | 26.55 | 18.47 | - |
| YUV | 116.1 | 123.42 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 108 | 0.79 | 0 | 0.32 | 0.37 | 155.43 | 0.66 | 0.38 |
| Hex | 21 | A0 | 6C | 4F | 0 | 20 | 25 | 9B | 42 | 26 |
| Octal | 41 | 240 | 154 | 117 | 0 | 40 | 45 | 233 | 102 | 46 |
| Binary | 100001 | 10100000 | 1101100 | 1001111 | 0 | 100000 | 100101 | 10011011 | 1000010 | 100110 |
Color Harmonies of #21A06C
Complementary color
Monochromatic Colors of #21A06C
Black with #21A06C
Text Example
Text Example
White with #21A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A06C; }
p { color: rgb(33,160,108); }
H1.HeaderClassName
{
color: #21A06C;
}
.AnyTagClassName
{
color: #21A06C;
}
</style>
background-color css
<style>
a { background-color: #21A06C; }
a { background-color: rgb(33,160,108); }
div.DivClassName
{
background-color: #21A06C;
}
.BgClassName
{
background-color: #21A06C;
}
</style>
border-color css
<style>
span { border-color: #21A06C; }
span { border-color: rgb(33,160,108); }
td.TdClassName
{
border-color: #21A06C;
}
.TagClassName
{
border-color: #21A06C;
}
</style>