Shades of Elf Green #168B60
Tints of Elf Green #168B60
RGB
CMYK
RGB Variations
Color information
#168B60 (or 0x168B60) is known color: Elf Green. HEX triplet: 16, 8B and 60. RGB value is (22,139,96). Sum of RGB (Red+Green+Blue) = 22+139+96=257 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.56% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #168B60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168B60 is #E9749F. Grayscale: #636363. Windows color (decimal): -15299744 or 6327062. OLE color: 6327062.
HSL color Cylindrical-coordinate representation of color #168B60: hue angle of 157.95º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168B60 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 139 | 96 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.45 |
| HSL | 157.95º | 0.73% | 0.32% | - |
| HSV(B) | 157.95º | 0.84% | 0.55% | - |
| XYZ | 11.67 | 19.48 | 14.21 | - |
| YUV | 99.12 | 126.24 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 96 | 0.84 | 0 | 0.31 | 0.45 | 157.95 | 0.73 | 0.32 |
| Hex | 16 | 8B | 60 | 54 | 0 | 1F | 2D | 9E | 49 | 20 |
| Octal | 26 | 213 | 140 | 124 | 0 | 37 | 55 | 236 | 111 | 40 |
| Binary | 10110 | 10001011 | 1100000 | 1010100 | 0 | 11111 | 101101 | 10011110 | 1001001 | 100000 |
Color Harmonies of #168B60
Complementary color
Monochromatic Colors of #168B60
Black with #168B60
Text Example
Text Example
White with #168B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B60; }
p { color: rgb(22,139,96); }
H1.HeaderClassName
{
color: #168B60;
}
.AnyTagClassName
{
color: #168B60;
}
</style>
background-color css
<style>
a { background-color: #168B60; }
a { background-color: rgb(22,139,96); }
div.DivClassName
{
background-color: #168B60;
}
.BgClassName
{
background-color: #168B60;
}
</style>
border-color css
<style>
span { border-color: #168B60; }
span { border-color: rgb(22,139,96); }
td.TdClassName
{
border-color: #168B60;
}
.TagClassName
{
border-color: #168B60;
}
</style>