Shades of Forest Green #1FAC16
Tints of Forest Green #1FAC16
RGB
CMYK
RGB Variations
Color information
#1FAC16 (or 0x1FAC16) is known color: Forest Green. HEX triplet: 1F, AC and 16. RGB value is (31,172,22). Sum of RGB (Red+Green+Blue) = 31+172+22=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 172 (67.58% from 255 or 76.44% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAC16 is #E053E9. Grayscale: #717171. Windows color (decimal): -14701546 or 1485855. OLE color: 1485855.
HSL color Cylindrical-coordinate representation of color #1FAC16: hue angle of 116.4º 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 #1FAC16 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 22 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.33 |
| HSL | 116.4º | 0.77% | 0.38% | - |
| HSV(B) | 116.4º | 0.87% | 0.67% | - |
| XYZ | 15.46 | 29.85 | 5.71 | - |
| YUV | 112.74 | 76.79 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 22 | 0.82 | 0 | 0.87 | 0.33 | 116.4 | 0.77 | 0.38 |
| Hex | 1F | AC | 16 | 52 | 0 | 57 | 21 | 74 | 4D | 26 |
| Octal | 37 | 254 | 26 | 122 | 0 | 127 | 41 | 164 | 115 | 46 |
| Binary | 11111 | 10101100 | 10110 | 1010010 | 0 | 1010111 | 100001 | 1110100 | 1001101 | 100110 |
Color Harmonies of #1FAC16
Complementary color
Monochromatic Colors of #1FAC16
Black with #1FAC16
Text Example
Text Example
White with #1FAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC16; }
p { color: rgb(31,172,22); }
H1.HeaderClassName
{
color: #1FAC16;
}
.AnyTagClassName
{
color: #1FAC16;
}
</style>
background-color css
<style>
a { background-color: #1FAC16; }
a { background-color: rgb(31,172,22); }
div.DivClassName
{
background-color: #1FAC16;
}
.BgClassName
{
background-color: #1FAC16;
}
</style>
border-color css
<style>
span { border-color: #1FAC16; }
span { border-color: rgb(31,172,22); }
td.TdClassName
{
border-color: #1FAC16;
}
.TagClassName
{
border-color: #1FAC16;
}
</style>