Shades of Elf Green #168A62
Tints of Elf Green #168A62
RGB
CMYK
RGB Variations
Color information
#168A62 (or 0x168A62) is known color: Elf Green. HEX triplet: 16, 8A and 62. RGB value is (22,138,98). Sum of RGB (Red+Green+Blue) = 22+138+98=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 138 (54.30% from 255 or 53.49% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 138 - color contains mainly: green. Hex color #168A62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168A62 is #E9759D. Grayscale: #626262. Windows color (decimal): -15299998 or 6457878. OLE color: 6457878.
HSL color Cylindrical-coordinate representation of color #168A62: hue angle of 159.31º degrees, saturation: 0.73, 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 #168A62 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 138 | 98 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.46 |
| HSL | 159.31º | 0.73% | 0.31% | - |
| HSV(B) | 159.31º | 0.84% | 0.54% | - |
| XYZ | 11.62 | 19.23 | 14.65 | - |
| YUV | 98.76 | 127.57 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 98 | 0.84 | 0 | 0.29 | 0.46 | 159.31 | 0.73 | 0.31 |
| Hex | 16 | 8A | 62 | 54 | 0 | 1D | 2E | 9F | 48 | 1F |
| Octal | 26 | 212 | 142 | 124 | 0 | 35 | 56 | 237 | 110 | 37 |
| Binary | 10110 | 10001010 | 1100010 | 1010100 | 0 | 11101 | 101110 | 10011111 | 1001000 | 11111 |
Color Harmonies of #168A62
Complementary color
Monochromatic Colors of #168A62
Black with #168A62
Text Example
Text Example
White with #168A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A62; }
p { color: rgb(22,138,98); }
H1.HeaderClassName
{
color: #168A62;
}
.AnyTagClassName
{
color: #168A62;
}
</style>
background-color css
<style>
a { background-color: #168A62; }
a { background-color: rgb(22,138,98); }
div.DivClassName
{
background-color: #168A62;
}
.BgClassName
{
background-color: #168A62;
}
</style>
border-color css
<style>
span { border-color: #168A62; }
span { border-color: rgb(22,138,98); }
td.TdClassName
{
border-color: #168A62;
}
.TagClassName
{
border-color: #168A62;
}
</style>