Shades of Elf Green #168F62
Tints of Elf Green #168F62
RGB
CMYK
RGB Variations
Color information
#168F62 (or 0x168F62) is known color: Elf Green. HEX triplet: 16, 8F and 62. RGB value is (22,143,98). Sum of RGB (Red+Green+Blue) = 22+143+98=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 143 (56.25% from 255 or 54.37% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 143 - color contains mainly: green. Hex color #168F62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168F62 is #E9709D. Grayscale: #656565. Windows color (decimal): -15298718 or 6459158. OLE color: 6459158.
HSL color Cylindrical-coordinate representation of color #168F62: hue angle of 157.69º 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 #168F62 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 143 | 98 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.44 |
| HSL | 157.69º | 0.73% | 0.32% | - |
| HSV(B) | 157.69º | 0.85% | 0.56% | - |
| XYZ | 12.36 | 20.7 | 14.9 | - |
| YUV | 101.69 | 125.91 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 143 | 98 | 0.85 | 0 | 0.31 | 0.44 | 157.69 | 0.73 | 0.32 |
| Hex | 16 | 8F | 62 | 55 | 0 | 1F | 2C | 9E | 49 | 20 |
| Octal | 26 | 217 | 142 | 125 | 0 | 37 | 54 | 236 | 111 | 40 |
| Binary | 10110 | 10001111 | 1100010 | 1010101 | 0 | 11111 | 101100 | 10011110 | 1001001 | 100000 |
Color Harmonies of #168F62
Complementary color
Monochromatic Colors of #168F62
Black with #168F62
Text Example
Text Example
White with #168F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168F62; }
p { color: rgb(22,143,98); }
H1.HeaderClassName
{
color: #168F62;
}
.AnyTagClassName
{
color: #168F62;
}
</style>
background-color css
<style>
a { background-color: #168F62; }
a { background-color: rgb(22,143,98); }
div.DivClassName
{
background-color: #168F62;
}
.BgClassName
{
background-color: #168F62;
}
</style>
border-color css
<style>
span { border-color: #168F62; }
span { border-color: rgb(22,143,98); }
td.TdClassName
{
border-color: #168F62;
}
.TagClassName
{
border-color: #168F62;
}
</style>