Shades of Forest Green #168E16
Tints of Forest Green #168E16
RGB
CMYK
RGB Variations
Color information
#168E16 (or 0x168E16) is known color: Forest Green. HEX triplet: 16, 8E and 16. RGB value is (22,142,22). Sum of RGB (Red+Green+Blue) = 22+142+22=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 142 (55.86% from 255 or 76.34% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 142 - color contains mainly: green. Hex color #168E16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168E16 is #E971E9. Grayscale: #5C5C5C. Windows color (decimal): -15299050 or 1478166. OLE color: 1478166.
HSL color Cylindrical-coordinate representation of color #168E16: hue angle of 120º 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 #168E16 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 142 | 22 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.44 |
| HSL | 120º | 0.73% | 0.32% | - |
| HSV(B) | 120º | 0.85% | 0.56% | - |
| XYZ | 10.15 | 19.57 | 4 | - |
| YUV | 92.44 | 88.24 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 22 | 0.85 | 0 | 0.85 | 0.44 | 120 | 0.73 | 0.32 |
| Hex | 16 | 8E | 16 | 55 | 0 | 55 | 2C | 78 | 49 | 20 |
| Octal | 26 | 216 | 26 | 125 | 0 | 125 | 54 | 170 | 111 | 40 |
| Binary | 10110 | 10001110 | 10110 | 1010101 | 0 | 1010101 | 101100 | 1111000 | 1001001 | 100000 |
Color Harmonies of #168E16
Complementary color
Monochromatic Colors of #168E16
Black with #168E16
Text Example
Text Example
White with #168E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168E16; }
p { color: rgb(22,142,22); }
H1.HeaderClassName
{
color: #168E16;
}
.AnyTagClassName
{
color: #168E16;
}
</style>
background-color css
<style>
a { background-color: #168E16; }
a { background-color: rgb(22,142,22); }
div.DivClassName
{
background-color: #168E16;
}
.BgClassName
{
background-color: #168E16;
}
</style>
border-color css
<style>
span { border-color: #168E16; }
span { border-color: rgb(22,142,22); }
td.TdClassName
{
border-color: #168E16;
}
.TagClassName
{
border-color: #168E16;
}
</style>