Shades of Elf Green #158A6C
Tints of Elf Green #158A6C
RGB
CMYK
RGB Variations
Color information
#158A6C (or 0x158A6C) is known color: Elf Green. HEX triplet: 15, 8A and 6C. RGB value is (21,138,108). Sum of RGB (Red+Green+Blue) = 21+138+108=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 138 (54.30% from 255 or 51.69% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 138 - color contains mainly: green. Hex color #158A6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158A6C is #EA7593. Grayscale: #636363. Windows color (decimal): -15365524 or 7113237. OLE color: 7113237.
HSL color Cylindrical-coordinate representation of color #158A6C: hue angle of 164.62º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158A6C is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 138 | 108 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.46 |
| HSL | 164.62º | 0.74% | 0.31% | - |
| HSV(B) | 164.62º | 0.85% | 0.54% | - |
| XYZ | 12.1 | 19.42 | 17.3 | - |
| YUV | 99.6 | 132.74 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 138 | 108 | 0.85 | 0 | 0.22 | 0.46 | 164.62 | 0.74 | 0.31 |
| Hex | 15 | 8A | 6C | 55 | 0 | 16 | 2E | A5 | 4A | 1F |
| Octal | 25 | 212 | 154 | 125 | 0 | 26 | 56 | 245 | 112 | 37 |
| Binary | 10101 | 10001010 | 1101100 | 1010101 | 0 | 10110 | 101110 | 10100101 | 1001010 | 11111 |
Color Harmonies of #158A6C
Complementary color
Monochromatic Colors of #158A6C
Black with #158A6C
Text Example
Text Example
White with #158A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158A6C; }
p { color: rgb(21,138,108); }
H1.HeaderClassName
{
color: #158A6C;
}
.AnyTagClassName
{
color: #158A6C;
}
</style>
background-color css
<style>
a { background-color: #158A6C; }
a { background-color: rgb(21,138,108); }
div.DivClassName
{
background-color: #158A6C;
}
.BgClassName
{
background-color: #158A6C;
}
</style>
border-color css
<style>
span { border-color: #158A6C; }
span { border-color: rgb(21,138,108); }
td.TdClassName
{
border-color: #158A6C;
}
.TagClassName
{
border-color: #158A6C;
}
</style>