Shades of Elf Green #159080
Tints of Elf Green #159080
RGB
CMYK
RGB Variations
Color information
#159080 (or 0x159080) is known color: Elf Green. HEX triplet: 15, 90 and 80. RGB value is (21,144,128). Sum of RGB (Red+Green+Blue) = 21+144+128=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #159080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159080 is #EA6F7F. Grayscale: #696969. Windows color (decimal): -15363968 or 8425493. OLE color: 8425493.
HSL color Cylindrical-coordinate representation of color #159080: hue angle of 172.2º 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 #159080 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 144 | 128 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.44 |
| HSL | 172.2º | 0.75% | 0.32% | - |
| HSV(B) | 172.2º | 0.85% | 0.56% | - |
| XYZ | 14.18 | 21.66 | 23.86 | - |
| YUV | 105.4 | 140.75 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 128 | 0.85 | 0 | 0.11 | 0.44 | 172.2 | 0.75 | 0.32 |
| Hex | 15 | 90 | 80 | 55 | 0 | B | 2C | AC | 4B | 20 |
| Octal | 25 | 220 | 200 | 125 | 0 | 13 | 54 | 254 | 113 | 40 |
| Binary | 10101 | 10010000 | 10000000 | 1010101 | 0 | 1011 | 101100 | 10101100 | 1001011 | 100000 |
Color Harmonies of #159080
Complementary color
Monochromatic Colors of #159080
Black with #159080
Text Example
Text Example
White with #159080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159080; }
p { color: rgb(21,144,128); }
H1.HeaderClassName
{
color: #159080;
}
.AnyTagClassName
{
color: #159080;
}
</style>
background-color css
<style>
a { background-color: #159080; }
a { background-color: rgb(21,144,128); }
div.DivClassName
{
background-color: #159080;
}
.BgClassName
{
background-color: #159080;
}
</style>
border-color css
<style>
span { border-color: #159080; }
span { border-color: rgb(21,144,128); }
td.TdClassName
{
border-color: #159080;
}
.TagClassName
{
border-color: #159080;
}
</style>