Shades of Elf Green #168E75
Tints of Elf Green #168E75
RGB
CMYK
RGB Variations
Color information
#168E75 (or 0x168E75) is known color: Elf Green. HEX triplet: 16, 8E and 75. RGB value is (22,142,117). Sum of RGB (Red+Green+Blue) = 22+142+117=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #168E75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168E75 is #E9718A. Grayscale: #676767. Windows color (decimal): -15298955 or 7704086. OLE color: 7704086.
HSL color Cylindrical-coordinate representation of color #168E75: hue angle of 167.5º 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 #168E75 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 142 | 117 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.44 |
| HSL | 167.5º | 0.73% | 0.32% | - |
| HSV(B) | 167.5º | 0.85% | 0.56% | - |
| XYZ | 13.21 | 20.8 | 20.15 | - |
| YUV | 103.27 | 135.74 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 117 | 0.85 | 0 | 0.18 | 0.44 | 167.5 | 0.73 | 0.32 |
| Hex | 16 | 8E | 75 | 55 | 0 | 12 | 2C | A8 | 49 | 20 |
| Octal | 26 | 216 | 165 | 125 | 0 | 22 | 54 | 250 | 111 | 40 |
| Binary | 10110 | 10001110 | 1110101 | 1010101 | 0 | 10010 | 101100 | 10101000 | 1001001 | 100000 |
Color Harmonies of #168E75
Complementary color
Monochromatic Colors of #168E75
Black with #168E75
Text Example
Text Example
White with #168E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168E75; }
p { color: rgb(22,142,117); }
H1.HeaderClassName
{
color: #168E75;
}
.AnyTagClassName
{
color: #168E75;
}
</style>
background-color css
<style>
a { background-color: #168E75; }
a { background-color: rgb(22,142,117); }
div.DivClassName
{
background-color: #168E75;
}
.BgClassName
{
background-color: #168E75;
}
</style>
border-color css
<style>
span { border-color: #168E75; }
span { border-color: rgb(22,142,117); }
td.TdClassName
{
border-color: #168E75;
}
.TagClassName
{
border-color: #168E75;
}
</style>