Shades of Elf Green #159074
Tints of Elf Green #159074
RGB
CMYK
RGB Variations
Color information
#159074 (or 0x159074) is known color: Elf Green. HEX triplet: 15, 90 and 74. RGB value is (21,144,116). Sum of RGB (Red+Green+Blue) = 21+144+116=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #159074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159074 is #EA6F8B. Grayscale: #686868. Windows color (decimal): -15363980 or 7639061. OLE color: 7639061.
HSL color Cylindrical-coordinate representation of color #159074: hue angle of 166.34º 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 #159074 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 144 | 116 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.44 |
| HSL | 166.34º | 0.75% | 0.32% | - |
| HSV(B) | 166.34º | 0.85% | 0.56% | - |
| XYZ | 13.43 | 21.37 | 19.94 | - |
| YUV | 104.03 | 134.75 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 116 | 0.85 | 0 | 0.19 | 0.44 | 166.34 | 0.75 | 0.32 |
| Hex | 15 | 90 | 74 | 55 | 0 | 13 | 2C | A6 | 4B | 20 |
| Octal | 25 | 220 | 164 | 125 | 0 | 23 | 54 | 246 | 113 | 40 |
| Binary | 10101 | 10010000 | 1110100 | 1010101 | 0 | 10011 | 101100 | 10100110 | 1001011 | 100000 |
Color Harmonies of #159074
Complementary color
Monochromatic Colors of #159074
Black with #159074
Text Example
Text Example
White with #159074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159074; }
p { color: rgb(21,144,116); }
H1.HeaderClassName
{
color: #159074;
}
.AnyTagClassName
{
color: #159074;
}
</style>
background-color css
<style>
a { background-color: #159074; }
a { background-color: rgb(21,144,116); }
div.DivClassName
{
background-color: #159074;
}
.BgClassName
{
background-color: #159074;
}
</style>
border-color css
<style>
span { border-color: #159074; }
span { border-color: rgb(21,144,116); }
td.TdClassName
{
border-color: #159074;
}
.TagClassName
{
border-color: #159074;
}
</style>