Shades of Forest Green #16A11D
Tints of Forest Green #16A11D
RGB
CMYK
RGB Variations
Color information
#16A11D (or 0x16A11D) is known color: Forest Green. HEX triplet: 16, A1 and 1D. RGB value is (22,161,29). Sum of RGB (Red+Green+Blue) = 22+161+29=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 161 (63.28% from 255 or 75.94% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 161 - color contains mainly: green. Hex color #16A11D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A11D is #E95EE2. Grayscale: #686868. Windows color (decimal): -15294179 or 1941782. OLE color: 1941782.
HSL color Cylindrical-coordinate representation of color #16A11D: hue angle of 123.02º 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 #16A11D is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 161 | 29 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.37 |
| HSL | 123.02º | 0.76% | 0.36% | - |
| HSV(B) | 123.02º | 0.86% | 0.63% | - |
| XYZ | 13.3 | 25.75 | 5.43 | - |
| YUV | 104.39 | 85.45 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 161 | 29 | 0.86 | 0 | 0.82 | 0.37 | 123.02 | 0.76 | 0.36 |
| Hex | 16 | A1 | 1D | 56 | 0 | 52 | 25 | 7B | 4C | 24 |
| Octal | 26 | 241 | 35 | 126 | 0 | 122 | 45 | 173 | 114 | 44 |
| Binary | 10110 | 10100001 | 11101 | 1010110 | 0 | 1010010 | 100101 | 1111011 | 1001100 | 100100 |
Color Harmonies of #16A11D
Complementary color
Monochromatic Colors of #16A11D
Black with #16A11D
Text Example
Text Example
White with #16A11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A11D; }
p { color: rgb(22,161,29); }
H1.HeaderClassName
{
color: #16A11D;
}
.AnyTagClassName
{
color: #16A11D;
}
</style>
background-color css
<style>
a { background-color: #16A11D; }
a { background-color: rgb(22,161,29); }
div.DivClassName
{
background-color: #16A11D;
}
.BgClassName
{
background-color: #16A11D;
}
</style>
border-color css
<style>
span { border-color: #16A11D; }
span { border-color: rgb(22,161,29); }
td.TdClassName
{
border-color: #16A11D;
}
.TagClassName
{
border-color: #16A11D;
}
</style>