Shades of Elf Green #158F5B
Tints of Elf Green #158F5B
RGB
CMYK
RGB Variations
Color information
#158F5B (or 0x158F5B) is known color: Elf Green. HEX triplet: 15, 8F and 5B. RGB value is (21,143,91). Sum of RGB (Red+Green+Blue) = 21+143+91=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 143 (56.25% from 255 or 56.08% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 143 - color contains mainly: green. Hex color #158F5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158F5B is #EA70A4. Grayscale: #646464. Windows color (decimal): -15364261 or 6000405. OLE color: 6000405.
HSL color Cylindrical-coordinate representation of color #158F5B: hue angle of 154.43º 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 #158F5B is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 143 | 91 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.44 |
| HSL | 154.43º | 0.74% | 0.32% | - |
| HSV(B) | 154.43º | 0.85% | 0.56% | - |
| XYZ | 12.02 | 20.56 | 13.23 | - |
| YUV | 100.59 | 122.58 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 91 | 0.85 | 0 | 0.36 | 0.44 | 154.43 | 0.74 | 0.32 |
| Hex | 15 | 8F | 5B | 55 | 0 | 24 | 2C | 9A | 4A | 20 |
| Octal | 25 | 217 | 133 | 125 | 0 | 44 | 54 | 232 | 112 | 40 |
| Binary | 10101 | 10001111 | 1011011 | 1010101 | 0 | 100100 | 101100 | 10011010 | 1001010 | 100000 |
Color Harmonies of #158F5B
Complementary color
Monochromatic Colors of #158F5B
Black with #158F5B
Text Example
Text Example
White with #158F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158F5B; }
p { color: rgb(21,143,91); }
H1.HeaderClassName
{
color: #158F5B;
}
.AnyTagClassName
{
color: #158F5B;
}
</style>
background-color css
<style>
a { background-color: #158F5B; }
a { background-color: rgb(21,143,91); }
div.DivClassName
{
background-color: #158F5B;
}
.BgClassName
{
background-color: #158F5B;
}
</style>
border-color css
<style>
span { border-color: #158F5B; }
span { border-color: rgb(21,143,91); }
td.TdClassName
{
border-color: #158F5B;
}
.TagClassName
{
border-color: #158F5B;
}
</style>