Shades of Elf Green #168F6C
Tints of Elf Green #168F6C
RGB
CMYK
RGB Variations
Color information
#168F6C (or 0x168F6C) is known color: Elf Green. HEX triplet: 16, 8F and 6C. RGB value is (22,143,108). Sum of RGB (Red+Green+Blue) = 22+143+108=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #168F6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168F6C is #E97093. Grayscale: #666666. Windows color (decimal): -15298708 or 7114518. OLE color: 7114518.
HSL color Cylindrical-coordinate representation of color #168F6C: hue angle of 162.64º 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 #168F6C is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 143 | 108 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.44 |
| HSL | 162.64º | 0.73% | 0.32% | - |
| HSV(B) | 162.64º | 0.85% | 0.56% | - |
| XYZ | 12.86 | 20.9 | 17.54 | - |
| YUV | 102.83 | 130.91 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 143 | 108 | 0.85 | 0 | 0.24 | 0.44 | 162.64 | 0.73 | 0.32 |
| Hex | 16 | 8F | 6C | 55 | 0 | 18 | 2C | A3 | 49 | 20 |
| Octal | 26 | 217 | 154 | 125 | 0 | 30 | 54 | 243 | 111 | 40 |
| Binary | 10110 | 10001111 | 1101100 | 1010101 | 0 | 11000 | 101100 | 10100011 | 1001001 | 100000 |
Color Harmonies of #168F6C
Complementary color
Monochromatic Colors of #168F6C
Black with #168F6C
Text Example
Text Example
White with #168F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168F6C; }
p { color: rgb(22,143,108); }
H1.HeaderClassName
{
color: #168F6C;
}
.AnyTagClassName
{
color: #168F6C;
}
</style>
background-color css
<style>
a { background-color: #168F6C; }
a { background-color: rgb(22,143,108); }
div.DivClassName
{
background-color: #168F6C;
}
.BgClassName
{
background-color: #168F6C;
}
</style>
border-color css
<style>
span { border-color: #168F6C; }
span { border-color: rgb(22,143,108); }
td.TdClassName
{
border-color: #168F6C;
}
.TagClassName
{
border-color: #168F6C;
}
</style>