Shades of Elf Green #158F74
Tints of Elf Green #158F74
RGB
CMYK
RGB Variations
Color information
#158F74 (or 0x158F74) is known color: Elf Green. HEX triplet: 15, 8F and 74. RGB value is (21,143,116). Sum of RGB (Red+Green+Blue) = 21+143+116=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 143 (56.25% from 255 or 51.07% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 143 - color contains mainly: green. Hex color #158F74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158F74 is #EA708B. Grayscale: #676767. Windows color (decimal): -15364236 or 7638805. OLE color: 7638805.
HSL color Cylindrical-coordinate representation of color #158F74: hue angle of 166.72º degrees, saturation: 0.74, 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 #158F74 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 143 | 116 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.44 |
| HSL | 166.72º | 0.74% | 0.32% | - |
| HSV(B) | 166.72º | 0.85% | 0.56% | - |
| XYZ | 13.28 | 21.07 | 19.89 | - |
| YUV | 103.44 | 135.08 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 116 | 0.85 | 0 | 0.19 | 0.44 | 166.72 | 0.74 | 0.32 |
| Hex | 15 | 8F | 74 | 55 | 0 | 13 | 2C | A7 | 4A | 20 |
| Octal | 25 | 217 | 164 | 125 | 0 | 23 | 54 | 247 | 112 | 40 |
| Binary | 10101 | 10001111 | 1110100 | 1010101 | 0 | 10011 | 101100 | 10100111 | 1001010 | 100000 |
Color Harmonies of #158F74
Complementary color
Monochromatic Colors of #158F74
Black with #158F74
Text Example
Text Example
White with #158F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158F74; }
p { color: rgb(21,143,116); }
H1.HeaderClassName
{
color: #158F74;
}
.AnyTagClassName
{
color: #158F74;
}
</style>
background-color css
<style>
a { background-color: #158F74; }
a { background-color: rgb(21,143,116); }
div.DivClassName
{
background-color: #158F74;
}
.BgClassName
{
background-color: #158F74;
}
</style>
border-color css
<style>
span { border-color: #158F74; }
span { border-color: rgb(21,143,116); }
td.TdClassName
{
border-color: #158F74;
}
.TagClassName
{
border-color: #158F74;
}
</style>