Shades of Elf Green #168D65
Tints of Elf Green #168D65
RGB
CMYK
RGB Variations
Color information
#168D65 (or 0x168D65) is known color: Elf Green. HEX triplet: 16, 8D and 65. RGB value is (22,141,101). Sum of RGB (Red+Green+Blue) = 22+141+101=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #168D65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168D65 is #E9729A. Grayscale: #646464. Windows color (decimal): -15299227 or 6655254. OLE color: 6655254.
HSL color Cylindrical-coordinate representation of color #168D65: hue angle of 159.83º 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 #168D65 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 141 | 101 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.45 |
| HSL | 159.83º | 0.73% | 0.32% | - |
| HSV(B) | 159.83º | 0.84% | 0.55% | - |
| XYZ | 12.2 | 20.16 | 15.56 | - |
| YUV | 100.86 | 128.08 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 101 | 0.84 | 0 | 0.28 | 0.45 | 159.83 | 0.73 | 0.32 |
| Hex | 16 | 8D | 65 | 54 | 0 | 1C | 2D | A0 | 49 | 20 |
| Octal | 26 | 215 | 145 | 124 | 0 | 34 | 55 | 240 | 111 | 40 |
| Binary | 10110 | 10001101 | 1100101 | 1010100 | 0 | 11100 | 101101 | 10100000 | 1001001 | 100000 |
Color Harmonies of #168D65
Complementary color
Monochromatic Colors of #168D65
Black with #168D65
Text Example
Text Example
White with #168D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168D65; }
p { color: rgb(22,141,101); }
H1.HeaderClassName
{
color: #168D65;
}
.AnyTagClassName
{
color: #168D65;
}
</style>
background-color css
<style>
a { background-color: #168D65; }
a { background-color: rgb(22,141,101); }
div.DivClassName
{
background-color: #168D65;
}
.BgClassName
{
background-color: #168D65;
}
</style>
border-color css
<style>
span { border-color: #168D65; }
span { border-color: rgb(22,141,101); }
td.TdClassName
{
border-color: #168D65;
}
.TagClassName
{
border-color: #168D65;
}
</style>