Shades of Forest Green #16A41A
Tints of Forest Green #16A41A
RGB
CMYK
RGB Variations
Color information
#16A41A (or 0x16A41A) is known color: Forest Green. HEX triplet: 16, A4 and 1A. RGB value is (22,164,26). Sum of RGB (Red+Green+Blue) = 22+164+26=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 164 (64.45% from 255 or 77.36% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 164 - color contains mainly: green. Hex color #16A41A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A41A is #E95BE5. Grayscale: #6A6A6A. Windows color (decimal): -15293414 or 1745942. OLE color: 1745942.
HSL color Cylindrical-coordinate representation of color #16A41A: hue angle of 121.69º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A41A is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 164 | 26 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.36 |
| HSL | 121.69º | 0.76% | 0.36% | - |
| HSV(B) | 121.69º | 0.87% | 0.64% | - |
| XYZ | 13.79 | 26.8 | 5.42 | - |
| YUV | 105.81 | 82.96 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 164 | 26 | 0.87 | 0 | 0.84 | 0.36 | 121.69 | 0.76 | 0.36 |
| Hex | 16 | A4 | 1A | 57 | 0 | 54 | 24 | 7A | 4C | 24 |
| Octal | 26 | 244 | 32 | 127 | 0 | 124 | 44 | 172 | 114 | 44 |
| Binary | 10110 | 10100100 | 11010 | 1010111 | 0 | 1010100 | 100100 | 1111010 | 1001100 | 100100 |
Color Harmonies of #16A41A
Complementary color
Monochromatic Colors of #16A41A
Black with #16A41A
Text Example
Text Example
White with #16A41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A41A; }
p { color: rgb(22,164,26); }
H1.HeaderClassName
{
color: #16A41A;
}
.AnyTagClassName
{
color: #16A41A;
}
</style>
background-color css
<style>
a { background-color: #16A41A; }
a { background-color: rgb(22,164,26); }
div.DivClassName
{
background-color: #16A41A;
}
.BgClassName
{
background-color: #16A41A;
}
</style>
border-color css
<style>
span { border-color: #16A41A; }
span { border-color: rgb(22,164,26); }
td.TdClassName
{
border-color: #16A41A;
}
.TagClassName
{
border-color: #16A41A;
}
</style>