Shades of Forest Green #16960E
Tints of Forest Green #16960E
RGB
CMYK
RGB Variations
Color information
#16960E (or 0x16960E) is known color: Forest Green. HEX triplet: 16, 96 and 0E. RGB value is (22,150,14). Sum of RGB (Red+Green+Blue) = 22+150+14=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 150 (58.98% from 255 or 80.65% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 150 - color contains mainly: green. Hex color #16960E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16960E is #E969F1. Grayscale: #606060. Windows color (decimal): -15297010 or 955926. OLE color: 955926.
HSL color Cylindrical-coordinate representation of color #16960E: hue angle of 116.47º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16960E is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 150 | 14 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.41 |
| HSL | 116.47º | 0.83% | 0.32% | - |
| HSV(B) | 116.47º | 0.91% | 0.59% | - |
| XYZ | 11.32 | 22.01 | 4.07 | - |
| YUV | 96.22 | 81.59 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 14 | 0.85 | 0 | 0.91 | 0.41 | 116.47 | 0.83 | 0.32 |
| Hex | 16 | 96 | E | 55 | 0 | 5B | 29 | 74 | 53 | 20 |
| Octal | 26 | 226 | 16 | 125 | 0 | 133 | 51 | 164 | 123 | 40 |
| Binary | 10110 | 10010110 | 1110 | 1010101 | 0 | 1011011 | 101001 | 1110100 | 1010011 | 100000 |
Color Harmonies of #16960E
Complementary color
Monochromatic Colors of #16960E
Black with #16960E
Text Example
Text Example
White with #16960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16960E; }
p { color: rgb(22,150,14); }
H1.HeaderClassName
{
color: #16960E;
}
.AnyTagClassName
{
color: #16960E;
}
</style>
background-color css
<style>
a { background-color: #16960E; }
a { background-color: rgb(22,150,14); }
div.DivClassName
{
background-color: #16960E;
}
.BgClassName
{
background-color: #16960E;
}
</style>
border-color css
<style>
span { border-color: #16960E; }
span { border-color: rgb(22,150,14); }
td.TdClassName
{
border-color: #16960E;
}
.TagClassName
{
border-color: #16960E;
}
</style>