Shades of Forest Green #1FAC11
Tints of Forest Green #1FAC11
RGB
CMYK
RGB Variations
Color information
#1FAC11 (or 0x1FAC11) is known color: Forest Green. HEX triplet: 1F, AC and 11. RGB value is (31,172,17). Sum of RGB (Red+Green+Blue) = 31+172+17=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 172 (67.58% from 255 or 78.18% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAC11 is #E053EE. Grayscale: #707070. Windows color (decimal): -14701551 or 1158175. OLE color: 1158175.
HSL color Cylindrical-coordinate representation of color #1FAC11: hue angle of 114.58º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FAC11 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 17 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.33 |
| HSL | 114.58º | 0.82% | 0.37% | - |
| HSV(B) | 114.58º | 0.9% | 0.67% | - |
| XYZ | 15.42 | 29.84 | 5.48 | - |
| YUV | 112.17 | 74.29 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 17 | 0.82 | 0 | 0.90 | 0.33 | 114.58 | 0.82 | 0.37 |
| Hex | 1F | AC | 11 | 52 | 0 | 5A | 21 | 73 | 52 | 25 |
| Octal | 37 | 254 | 21 | 122 | 0 | 132 | 41 | 163 | 122 | 45 |
| Binary | 11111 | 10101100 | 10001 | 1010010 | 0 | 1011010 | 100001 | 1110011 | 1010010 | 100101 |
Color Harmonies of #1FAC11
Complementary color
Monochromatic Colors of #1FAC11
Black with #1FAC11
Text Example
Text Example
White with #1FAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC11; }
p { color: rgb(31,172,17); }
H1.HeaderClassName
{
color: #1FAC11;
}
.AnyTagClassName
{
color: #1FAC11;
}
</style>
background-color css
<style>
a { background-color: #1FAC11; }
a { background-color: rgb(31,172,17); }
div.DivClassName
{
background-color: #1FAC11;
}
.BgClassName
{
background-color: #1FAC11;
}
</style>
border-color css
<style>
span { border-color: #1FAC11; }
span { border-color: rgb(31,172,17); }
td.TdClassName
{
border-color: #1FAC11;
}
.TagClassName
{
border-color: #1FAC11;
}
</style>