Shades of Elf Green #159175
Tints of Elf Green #159175
RGB
CMYK
RGB Variations
Color information
#159175 (or 0x159175) is known color: Elf Green. HEX triplet: 15, 91 and 75. RGB value is (21,145,117). Sum of RGB (Red+Green+Blue) = 21+145+117=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #159175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159175 is #EA6E8A. Grayscale: #686868. Windows color (decimal): -15363723 or 7704853. OLE color: 7704853.
HSL color Cylindrical-coordinate representation of color #159175: hue angle of 166.45º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159175 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 145 | 117 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.43 |
| HSL | 166.45º | 0.75% | 0.33% | - |
| HSV(B) | 166.45º | 0.86% | 0.57% | - |
| XYZ | 13.65 | 21.69 | 20.3 | - |
| YUV | 104.73 | 134.92 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 117 | 0.86 | 0 | 0.19 | 0.43 | 166.45 | 0.75 | 0.33 |
| Hex | 15 | 91 | 75 | 56 | 0 | 13 | 2B | A6 | 4B | 21 |
| Octal | 25 | 221 | 165 | 126 | 0 | 23 | 53 | 246 | 113 | 41 |
| Binary | 10101 | 10010001 | 1110101 | 1010110 | 0 | 10011 | 101011 | 10100110 | 1001011 | 100001 |
Color Harmonies of #159175
Complementary color
Monochromatic Colors of #159175
Black with #159175
Text Example
Text Example
White with #159175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159175; }
p { color: rgb(21,145,117); }
H1.HeaderClassName
{
color: #159175;
}
.AnyTagClassName
{
color: #159175;
}
</style>
background-color css
<style>
a { background-color: #159175; }
a { background-color: rgb(21,145,117); }
div.DivClassName
{
background-color: #159175;
}
.BgClassName
{
background-color: #159175;
}
</style>
border-color css
<style>
span { border-color: #159175; }
span { border-color: rgb(21,145,117); }
td.TdClassName
{
border-color: #159175;
}
.TagClassName
{
border-color: #159175;
}
</style>