Shades of Forest Green #16AB1C
Tints of Forest Green #16AB1C
RGB
CMYK
RGB Variations
Color information
#16AB1C (or 0x16AB1C) is known color: Forest Green. HEX triplet: 16, AB and 1C. RGB value is (22,171,28). Sum of RGB (Red+Green+Blue) = 22+171+28=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 171 (67.19% from 255 or 77.38% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 171 - color contains mainly: green. Hex color #16AB1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AB1C is #E954E3. Grayscale: #6E6E6E. Windows color (decimal): -15291620 or 1878806. OLE color: 1878806.
HSL color Cylindrical-coordinate representation of color #16AB1C: hue angle of 122.42º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AB1C is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 171 | 28 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.33 |
| HSL | 122.42º | 0.77% | 0.38% | - |
| HSV(B) | 122.42º | 0.87% | 0.67% | - |
| XYZ | 15.1 | 29.38 | 5.97 | - |
| YUV | 110.15 | 81.64 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 171 | 28 | 0.87 | 0 | 0.84 | 0.33 | 122.42 | 0.77 | 0.38 |
| Hex | 16 | AB | 1C | 57 | 0 | 54 | 21 | 7A | 4D | 26 |
| Octal | 26 | 253 | 34 | 127 | 0 | 124 | 41 | 172 | 115 | 46 |
| Binary | 10110 | 10101011 | 11100 | 1010111 | 0 | 1010100 | 100001 | 1111010 | 1001101 | 100110 |
Color Harmonies of #16AB1C
Complementary color
Monochromatic Colors of #16AB1C
Black with #16AB1C
Text Example
Text Example
White with #16AB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AB1C; }
p { color: rgb(22,171,28); }
H1.HeaderClassName
{
color: #16AB1C;
}
.AnyTagClassName
{
color: #16AB1C;
}
</style>
background-color css
<style>
a { background-color: #16AB1C; }
a { background-color: rgb(22,171,28); }
div.DivClassName
{
background-color: #16AB1C;
}
.BgClassName
{
background-color: #16AB1C;
}
</style>
border-color css
<style>
span { border-color: #16AB1C; }
span { border-color: rgb(22,171,28); }
td.TdClassName
{
border-color: #16AB1C;
}
.TagClassName
{
border-color: #16AB1C;
}
</style>