Shades of Elf Green #168971
Tints of Elf Green #168971
RGB
CMYK
RGB Variations
Color information
#168971 (or 0x168971) is known color: Elf Green. HEX triplet: 16, 89 and 71. RGB value is (22,137,113). Sum of RGB (Red+Green+Blue) = 22+137+113=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #168971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168971 is #E9768E. Grayscale: #636363. Windows color (decimal): -15300239 or 7440662. OLE color: 7440662.
HSL color Cylindrical-coordinate representation of color #168971: hue angle of 167.48º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168971 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 137 | 113 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.46 |
| HSL | 167.48º | 0.72% | 0.31% | - |
| HSV(B) | 167.48º | 0.84% | 0.54% | - |
| XYZ | 12.26 | 19.25 | 18.69 | - |
| YUV | 99.88 | 135.4 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 113 | 0.84 | 0 | 0.18 | 0.46 | 167.48 | 0.72 | 0.31 |
| Hex | 16 | 89 | 71 | 54 | 0 | 12 | 2E | A7 | 48 | 1F |
| Octal | 26 | 211 | 161 | 124 | 0 | 22 | 56 | 247 | 110 | 37 |
| Binary | 10110 | 10001001 | 1110001 | 1010100 | 0 | 10010 | 101110 | 10100111 | 1001000 | 11111 |
Color Harmonies of #168971
Complementary color
Monochromatic Colors of #168971
Black with #168971
Text Example
Text Example
White with #168971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168971; }
p { color: rgb(22,137,113); }
H1.HeaderClassName
{
color: #168971;
}
.AnyTagClassName
{
color: #168971;
}
</style>
background-color css
<style>
a { background-color: #168971; }
a { background-color: rgb(22,137,113); }
div.DivClassName
{
background-color: #168971;
}
.BgClassName
{
background-color: #168971;
}
</style>
border-color css
<style>
span { border-color: #168971; }
span { border-color: rgb(22,137,113); }
td.TdClassName
{
border-color: #168971;
}
.TagClassName
{
border-color: #168971;
}
</style>