Shades of Elf Green #158473
Tints of Elf Green #158473
RGB
CMYK
RGB Variations
Color information
#158473 (or 0x158473) is known color: Elf Green. HEX triplet: 15, 84 and 73. RGB value is (21,132,115). Sum of RGB (Red+Green+Blue) = 21+132+115=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #158473 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158473 is #EA7B8C. Grayscale: #606060. Windows color (decimal): -15367053 or 7570453. OLE color: 7570453.
HSL color Cylindrical-coordinate representation of color #158473: hue angle of 170.81º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158473 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 132 | 115 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.48 |
| HSL | 170.81º | 0.73% | 0.3% | - |
| HSV(B) | 170.81º | 0.84% | 0.52% | - |
| XYZ | 11.66 | 17.9 | 19.06 | - |
| YUV | 96.87 | 138.23 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 115 | 0.84 | 0 | 0.13 | 0.48 | 170.81 | 0.73 | 0.3 |
| Hex | 15 | 84 | 73 | 54 | 0 | D | 30 | AB | 49 | 1E |
| Octal | 25 | 204 | 163 | 124 | 0 | 15 | 60 | 253 | 111 | 36 |
| Binary | 10101 | 10000100 | 1110011 | 1010100 | 0 | 1101 | 110000 | 10101011 | 1001001 | 11110 |
Color Harmonies of #158473
Complementary color
Monochromatic Colors of #158473
Black with #158473
Text Example
Text Example
White with #158473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158473; }
p { color: rgb(21,132,115); }
H1.HeaderClassName
{
color: #158473;
}
.AnyTagClassName
{
color: #158473;
}
</style>
background-color css
<style>
a { background-color: #158473; }
a { background-color: rgb(21,132,115); }
div.DivClassName
{
background-color: #158473;
}
.BgClassName
{
background-color: #158473;
}
</style>
border-color css
<style>
span { border-color: #158473; }
span { border-color: rgb(21,132,115); }
td.TdClassName
{
border-color: #158473;
}
.TagClassName
{
border-color: #158473;
}
</style>