Shades of Elf Green #158F73
Tints of Elf Green #158F73
RGB
CMYK
RGB Variations
Color information
#158F73 (or 0x158F73) is known color: Elf Green. HEX triplet: 15, 8F and 73. RGB value is (21,143,115). Sum of RGB (Red+Green+Blue) = 21+143+115=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #158F73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158F73 is #EA708C. Grayscale: #676767. Windows color (decimal): -15364237 or 7573269. OLE color: 7573269.
HSL color Cylindrical-coordinate representation of color #158F73: hue angle of 166.23º 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 #158F73 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 143 | 115 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.44 |
| HSL | 166.23º | 0.74% | 0.32% | - |
| HSV(B) | 166.23º | 0.85% | 0.56% | - |
| XYZ | 13.23 | 21.04 | 19.58 | - |
| YUV | 103.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 115 | 0.85 | 0 | 0.20 | 0.44 | 166.23 | 0.74 | 0.32 |
| Hex | 15 | 8F | 73 | 55 | 0 | 14 | 2C | A6 | 4A | 20 |
| Octal | 25 | 217 | 163 | 125 | 0 | 24 | 54 | 246 | 112 | 40 |
| Binary | 10101 | 10001111 | 1110011 | 1010101 | 0 | 10100 | 101100 | 10100110 | 1001010 | 100000 |
Color Harmonies of #158F73
Complementary color
Monochromatic Colors of #158F73
Black with #158F73
Text Example
Text Example
White with #158F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158F73; }
p { color: rgb(21,143,115); }
H1.HeaderClassName
{
color: #158F73;
}
.AnyTagClassName
{
color: #158F73;
}
</style>
background-color css
<style>
a { background-color: #158F73; }
a { background-color: rgb(21,143,115); }
div.DivClassName
{
background-color: #158F73;
}
.BgClassName
{
background-color: #158F73;
}
</style>
border-color css
<style>
span { border-color: #158F73; }
span { border-color: rgb(21,143,115); }
td.TdClassName
{
border-color: #158F73;
}
.TagClassName
{
border-color: #158F73;
}
</style>