Shades of Elf Green #168E70
Tints of Elf Green #168E70
RGB
CMYK
RGB Variations
Color information
#168E70 (or 0x168E70) is known color: Elf Green. HEX triplet: 16, 8E and 70. RGB value is (22,142,112). Sum of RGB (Red+Green+Blue) = 22+142+112=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #168E70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168E70 is #E9718F. Grayscale: #666666. Windows color (decimal): -15298960 or 7376406. OLE color: 7376406.
HSL color Cylindrical-coordinate representation of color #168E70: hue angle of 165º degrees, saturation: 0.73, 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 #168E70 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 142 | 112 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.44 |
| HSL | 165º | 0.73% | 0.32% | - |
| HSV(B) | 165º | 0.85% | 0.56% | - |
| XYZ | 12.93 | 20.69 | 18.64 | - |
| YUV | 102.7 | 133.24 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 112 | 0.85 | 0 | 0.21 | 0.44 | 165 | 0.73 | 0.32 |
| Hex | 16 | 8E | 70 | 55 | 0 | 15 | 2C | A5 | 49 | 20 |
| Octal | 26 | 216 | 160 | 125 | 0 | 25 | 54 | 245 | 111 | 40 |
| Binary | 10110 | 10001110 | 1110000 | 1010101 | 0 | 10101 | 101100 | 10100101 | 1001001 | 100000 |
Color Harmonies of #168E70
Complementary color
Monochromatic Colors of #168E70
Black with #168E70
Text Example
Text Example
White with #168E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168E70; }
p { color: rgb(22,142,112); }
H1.HeaderClassName
{
color: #168E70;
}
.AnyTagClassName
{
color: #168E70;
}
</style>
background-color css
<style>
a { background-color: #168E70; }
a { background-color: rgb(22,142,112); }
div.DivClassName
{
background-color: #168E70;
}
.BgClassName
{
background-color: #168E70;
}
</style>
border-color css
<style>
span { border-color: #168E70; }
span { border-color: rgb(22,142,112); }
td.TdClassName
{
border-color: #168E70;
}
.TagClassName
{
border-color: #168E70;
}
</style>