Shades of Elf Green #159075
Tints of Elf Green #159075
RGB
CMYK
RGB Variations
Color information
#159075 (or 0x159075) is known color: Elf Green. HEX triplet: 15, 90 and 75. RGB value is (21,144,117). Sum of RGB (Red+Green+Blue) = 21+144+117=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #159075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159075 is #EA6F8A. Grayscale: #686868. Windows color (decimal): -15363979 or 7704597. OLE color: 7704597.
HSL color Cylindrical-coordinate representation of color #159075: hue angle of 166.83º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #159075 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 144 | 117 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.44 |
| HSL | 166.83º | 0.75% | 0.32% | - |
| HSV(B) | 166.83º | 0.85% | 0.56% | - |
| XYZ | 13.49 | 21.39 | 20.25 | - |
| YUV | 104.15 | 135.25 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 117 | 0.85 | 0 | 0.19 | 0.44 | 166.83 | 0.75 | 0.32 |
| Hex | 15 | 90 | 75 | 55 | 0 | 13 | 2C | A7 | 4B | 20 |
| Octal | 25 | 220 | 165 | 125 | 0 | 23 | 54 | 247 | 113 | 40 |
| Binary | 10101 | 10010000 | 1110101 | 1010101 | 0 | 10011 | 101100 | 10100111 | 1001011 | 100000 |
Color Harmonies of #159075
Complementary color
Monochromatic Colors of #159075
Black with #159075
Text Example
Text Example
White with #159075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159075; }
p { color: rgb(21,144,117); }
H1.HeaderClassName
{
color: #159075;
}
.AnyTagClassName
{
color: #159075;
}
</style>
background-color css
<style>
a { background-color: #159075; }
a { background-color: rgb(21,144,117); }
div.DivClassName
{
background-color: #159075;
}
.BgClassName
{
background-color: #159075;
}
</style>
border-color css
<style>
span { border-color: #159075; }
span { border-color: rgb(21,144,117); }
td.TdClassName
{
border-color: #159075;
}
.TagClassName
{
border-color: #159075;
}
</style>