Shades of Forest Green #16A120
Tints of Forest Green #16A120
RGB
CMYK
RGB Variations
Color information
#16A120 (or 0x16A120) is known color: Forest Green. HEX triplet: 16, A1 and 20. RGB value is (22,161,32). Sum of RGB (Red+Green+Blue) = 22+161+32=215 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.23% from 215); Green value is 161 (63.28% from 255 or 74.88% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 161 - color contains mainly: green. Hex color #16A120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A120 is #E95EDF. Grayscale: #696969. Windows color (decimal): -15294176 or 2138390. OLE color: 2138390.
HSL color Cylindrical-coordinate representation of color #16A120: hue angle of 124.32º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A120 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 161 | 32 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.37 |
| HSL | 124.32º | 0.76% | 0.36% | - |
| HSV(B) | 124.32º | 0.86% | 0.63% | - |
| XYZ | 13.34 | 25.76 | 5.64 | - |
| YUV | 104.73 | 86.95 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 161 | 32 | 0.86 | 0 | 0.80 | 0.37 | 124.32 | 0.76 | 0.36 |
| Hex | 16 | A1 | 20 | 56 | 0 | 50 | 25 | 7C | 4C | 24 |
| Octal | 26 | 241 | 40 | 126 | 0 | 120 | 45 | 174 | 114 | 44 |
| Binary | 10110 | 10100001 | 100000 | 1010110 | 0 | 1010000 | 100101 | 1111100 | 1001100 | 100100 |
Color Harmonies of #16A120
Complementary color
Monochromatic Colors of #16A120
Black with #16A120
Text Example
Text Example
White with #16A120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A120; }
p { color: rgb(22,161,32); }
H1.HeaderClassName
{
color: #16A120;
}
.AnyTagClassName
{
color: #16A120;
}
</style>
background-color css
<style>
a { background-color: #16A120; }
a { background-color: rgb(22,161,32); }
div.DivClassName
{
background-color: #16A120;
}
.BgClassName
{
background-color: #16A120;
}
</style>
border-color css
<style>
span { border-color: #16A120; }
span { border-color: rgb(22,161,32); }
td.TdClassName
{
border-color: #16A120;
}
.TagClassName
{
border-color: #16A120;
}
</style>