Shades of Forest Green #168A16
Tints of Forest Green #168A16
RGB
CMYK
RGB Variations
Color information
#168A16 (or 0x168A16) is known color: Forest Green. HEX triplet: 16, 8A and 16. RGB value is (22,138,22). Sum of RGB (Red+Green+Blue) = 22+138+22=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 138 (54.30% from 255 or 75.82% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 138 - color contains mainly: green. Hex color #168A16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168A16 is #E975E9. Grayscale: #5A5A5A. Windows color (decimal): -15300074 or 1477142. OLE color: 1477142.
HSL color Cylindrical-coordinate representation of color #168A16: hue angle of 120º 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 #168A16 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 138 | 22 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.46 |
| HSL | 120º | 0.73% | 0.31% | - |
| HSV(B) | 120º | 0.84% | 0.54% | - |
| XYZ | 9.56 | 18.41 | 3.81 | - |
| YUV | 90.09 | 89.57 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 22 | 0.84 | 0 | 0.84 | 0.46 | 120 | 0.73 | 0.31 |
| Hex | 16 | 8A | 16 | 54 | 0 | 54 | 2E | 78 | 48 | 1F |
| Octal | 26 | 212 | 26 | 124 | 0 | 124 | 56 | 170 | 110 | 37 |
| Binary | 10110 | 10001010 | 10110 | 1010100 | 0 | 1010100 | 101110 | 1111000 | 1001000 | 11111 |
Color Harmonies of #168A16
Complementary color
Monochromatic Colors of #168A16
Black with #168A16
Text Example
Text Example
White with #168A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168A16; }
p { color: rgb(22,138,22); }
H1.HeaderClassName
{
color: #168A16;
}
.AnyTagClassName
{
color: #168A16;
}
</style>
background-color css
<style>
a { background-color: #168A16; }
a { background-color: rgb(22,138,22); }
div.DivClassName
{
background-color: #168A16;
}
.BgClassName
{
background-color: #168A16;
}
</style>
border-color css
<style>
span { border-color: #168A16; }
span { border-color: rgb(22,138,22); }
td.TdClassName
{
border-color: #168A16;
}
.TagClassName
{
border-color: #168A16;
}
</style>