Shades of Elf Green #159073
Tints of Elf Green #159073
RGB
CMYK
RGB Variations
Color information
#159073 (or 0x159073) is known color: Elf Green. HEX triplet: 15, 90 and 73. RGB value is (21,144,115). Sum of RGB (Red+Green+Blue) = 21+144+115=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #159073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159073 is #EA6F8C. Grayscale: #676767. Windows color (decimal): -15363981 or 7573525. OLE color: 7573525.
HSL color Cylindrical-coordinate representation of color #159073: hue angle of 165.85º 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 #159073 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 144 | 115 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.44 |
| HSL | 165.85º | 0.75% | 0.32% | - |
| HSV(B) | 165.85º | 0.85% | 0.56% | - |
| XYZ | 13.38 | 21.34 | 19.63 | - |
| YUV | 103.92 | 134.25 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 115 | 0.85 | 0 | 0.20 | 0.44 | 165.85 | 0.75 | 0.32 |
| Hex | 15 | 90 | 73 | 55 | 0 | 14 | 2C | A6 | 4B | 20 |
| Octal | 25 | 220 | 163 | 125 | 0 | 24 | 54 | 246 | 113 | 40 |
| Binary | 10101 | 10010000 | 1110011 | 1010101 | 0 | 10100 | 101100 | 10100110 | 1001011 | 100000 |
Color Harmonies of #159073
Complementary color
Monochromatic Colors of #159073
Black with #159073
Text Example
Text Example
White with #159073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159073; }
p { color: rgb(21,144,115); }
H1.HeaderClassName
{
color: #159073;
}
.AnyTagClassName
{
color: #159073;
}
</style>
background-color css
<style>
a { background-color: #159073; }
a { background-color: rgb(21,144,115); }
div.DivClassName
{
background-color: #159073;
}
.BgClassName
{
background-color: #159073;
}
</style>
border-color css
<style>
span { border-color: #159073; }
span { border-color: rgb(21,144,115); }
td.TdClassName
{
border-color: #159073;
}
.TagClassName
{
border-color: #159073;
}
</style>