Shades of Elf Green #158471
Tints of Elf Green #158471
RGB
CMYK
RGB Variations
Color information
#158471 (or 0x158471) is known color: Elf Green. HEX triplet: 15, 84 and 71. RGB value is (21,132,113). Sum of RGB (Red+Green+Blue) = 21+132+113=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #158471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158471 is #EA7B8E. Grayscale: #606060. Windows color (decimal): -15367055 or 7439381. OLE color: 7439381.
HSL color Cylindrical-coordinate representation of color #158471: hue angle of 169.73º 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 #158471 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 132 | 113 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.48 |
| HSL | 169.73º | 0.73% | 0.3% | - |
| HSV(B) | 169.73º | 0.84% | 0.52% | - |
| XYZ | 11.54 | 17.85 | 18.46 | - |
| YUV | 96.65 | 137.23 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 113 | 0.84 | 0 | 0.14 | 0.48 | 169.73 | 0.73 | 0.3 |
| Hex | 15 | 84 | 71 | 54 | 0 | E | 30 | AA | 49 | 1E |
| Octal | 25 | 204 | 161 | 124 | 0 | 16 | 60 | 252 | 111 | 36 |
| Binary | 10101 | 10000100 | 1110001 | 1010100 | 0 | 1110 | 110000 | 10101010 | 1001001 | 11110 |
Color Harmonies of #158471
Complementary color
Monochromatic Colors of #158471
Black with #158471
Text Example
Text Example
White with #158471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158471; }
p { color: rgb(21,132,113); }
H1.HeaderClassName
{
color: #158471;
}
.AnyTagClassName
{
color: #158471;
}
</style>
background-color css
<style>
a { background-color: #158471; }
a { background-color: rgb(21,132,113); }
div.DivClassName
{
background-color: #158471;
}
.BgClassName
{
background-color: #158471;
}
</style>
border-color css
<style>
span { border-color: #158471; }
span { border-color: rgb(21,132,113); }
td.TdClassName
{
border-color: #158471;
}
.TagClassName
{
border-color: #158471;
}
</style>