Shades of Elf Green #159975
Tints of Elf Green #159975
RGB
CMYK
RGB Variations
Color information
#159975 (or 0x159975) is known color: Elf Green. HEX triplet: 15, 99 and 75. RGB value is (21,153,117). Sum of RGB (Red+Green+Blue) = 21+153+117=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #159975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159975 is #EA668A. Grayscale: #6D6D6D. Windows color (decimal): -15361675 or 7706901. OLE color: 7706901.
HSL color Cylindrical-coordinate representation of color #159975: hue angle of 163.64º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159975 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 153 | 117 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.4 |
| HSL | 163.64º | 0.76% | 0.34% | - |
| HSV(B) | 163.64º | 0.86% | 0.6% | - |
| XYZ | 14.91 | 24.23 | 20.72 | - |
| YUV | 109.43 | 132.27 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 153 | 117 | 0.86 | 0 | 0.24 | 0.4 | 163.64 | 0.76 | 0.34 |
| Hex | 15 | 99 | 75 | 56 | 0 | 18 | 28 | A4 | 4C | 22 |
| Octal | 25 | 231 | 165 | 126 | 0 | 30 | 50 | 244 | 114 | 42 |
| Binary | 10101 | 10011001 | 1110101 | 1010110 | 0 | 11000 | 101000 | 10100100 | 1001100 | 100010 |
Color Harmonies of #159975
Complementary color
Monochromatic Colors of #159975
Black with #159975
Text Example
Text Example
White with #159975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159975; }
p { color: rgb(21,153,117); }
H1.HeaderClassName
{
color: #159975;
}
.AnyTagClassName
{
color: #159975;
}
</style>
background-color css
<style>
a { background-color: #159975; }
a { background-color: rgb(21,153,117); }
div.DivClassName
{
background-color: #159975;
}
.BgClassName
{
background-color: #159975;
}
</style>
border-color css
<style>
span { border-color: #159975; }
span { border-color: rgb(21,153,117); }
td.TdClassName
{
border-color: #159975;
}
.TagClassName
{
border-color: #159975;
}
</style>