Shades of Elf Green #209060
Tints of Elf Green #209060
RGB
CMYK
RGB Variations
Color information
#209060 (or 0x209060) is known color: Elf Green. HEX triplet: 20, 90 and 60. RGB value is (32,144,96). Sum of RGB (Red+Green+Blue) = 32+144+96=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 144 (56.64% from 255 or 52.94% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 144 - color contains mainly: green. Hex color #209060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209060 is #DF6F9F. Grayscale: #696969. Windows color (decimal): -14643104 or 6328352. OLE color: 6328352.
HSL color Cylindrical-coordinate representation of color #209060: hue angle of 154.29º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209060 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 144 | 96 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.44 |
| HSL | 154.29º | 0.64% | 0.35% | - |
| HSV(B) | 154.29º | 0.78% | 0.56% | - |
| XYZ | 12.68 | 21.1 | 14.47 | - |
| YUV | 105.04 | 122.89 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 96 | 0.78 | 0 | 0.33 | 0.44 | 154.29 | 0.64 | 0.35 |
| Hex | 20 | 90 | 60 | 4E | 0 | 21 | 2C | 9A | 40 | 23 |
| Octal | 40 | 220 | 140 | 116 | 0 | 41 | 54 | 232 | 100 | 43 |
| Binary | 100000 | 10010000 | 1100000 | 1001110 | 0 | 100001 | 101100 | 10011010 | 1000000 | 100011 |
Color Harmonies of #209060
Complementary color
Monochromatic Colors of #209060
Black with #209060
Text Example
Text Example
White with #209060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209060; }
p { color: rgb(32,144,96); }
H1.HeaderClassName
{
color: #209060;
}
.AnyTagClassName
{
color: #209060;
}
</style>
background-color css
<style>
a { background-color: #209060; }
a { background-color: rgb(32,144,96); }
div.DivClassName
{
background-color: #209060;
}
.BgClassName
{
background-color: #209060;
}
</style>
border-color css
<style>
span { border-color: #209060; }
span { border-color: rgb(32,144,96); }
td.TdClassName
{
border-color: #209060;
}
.TagClassName
{
border-color: #209060;
}
</style>