Shades of Forest Green #16AF1C
Tints of Forest Green #16AF1C
RGB
CMYK
RGB Variations
Color information
#16AF1C (or 0x16AF1C) is known color: Forest Green. HEX triplet: 16, AF and 1C. RGB value is (22,175,28). Sum of RGB (Red+Green+Blue) = 22+175+28=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 175 (68.75% from 255 or 77.78% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AF1C is #E950E3. Grayscale: #707070. Windows color (decimal): -15290596 or 1879830. OLE color: 1879830.
HSL color Cylindrical-coordinate representation of color #16AF1C: hue angle of 122.35º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AF1C is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 28 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.31 |
| HSL | 122.35º | 0.78% | 0.39% | - |
| HSV(B) | 122.35º | 0.87% | 0.69% | - |
| XYZ | 15.87 | 30.91 | 6.23 | - |
| YUV | 112.5 | 80.31 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 28 | 0.87 | 0 | 0.84 | 0.31 | 122.35 | 0.78 | 0.39 |
| Hex | 16 | AF | 1C | 57 | 0 | 54 | 1F | 7A | 4E | 27 |
| Octal | 26 | 257 | 34 | 127 | 0 | 124 | 37 | 172 | 116 | 47 |
| Binary | 10110 | 10101111 | 11100 | 1010111 | 0 | 1010100 | 11111 | 1111010 | 1001110 | 100111 |
Color Harmonies of #16AF1C
Complementary color
Monochromatic Colors of #16AF1C
Black with #16AF1C
Text Example
Text Example
White with #16AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AF1C; }
p { color: rgb(22,175,28); }
H1.HeaderClassName
{
color: #16AF1C;
}
.AnyTagClassName
{
color: #16AF1C;
}
</style>
background-color css
<style>
a { background-color: #16AF1C; }
a { background-color: rgb(22,175,28); }
div.DivClassName
{
background-color: #16AF1C;
}
.BgClassName
{
background-color: #16AF1C;
}
</style>
border-color css
<style>
span { border-color: #16AF1C; }
span { border-color: rgb(22,175,28); }
td.TdClassName
{
border-color: #16AF1C;
}
.TagClassName
{
border-color: #16AF1C;
}
</style>