Shades of Forest Green #1FAC10
Tints of Forest Green #1FAC10
RGB
CMYK
RGB Variations
Color information
#1FAC10 (or 0x1FAC10) is known color: Forest Green. HEX triplet: 1F, AC and 10. RGB value is (31,172,16). Sum of RGB (Red+Green+Blue) = 31+172+16=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 172 (67.58% from 255 or 78.54% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAC10 is #E053EF. Grayscale: #707070. Windows color (decimal): -14701552 or 1092639. OLE color: 1092639.
HSL color Cylindrical-coordinate representation of color #1FAC10: hue angle of 114.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FAC10 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 16 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.33 |
| HSL | 114.23º | 0.83% | 0.37% | - |
| HSV(B) | 114.23º | 0.91% | 0.67% | - |
| XYZ | 15.41 | 29.83 | 5.44 | - |
| YUV | 112.06 | 73.79 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 16 | 0.82 | 0 | 0.91 | 0.33 | 114.23 | 0.83 | 0.37 |
| Hex | 1F | AC | 10 | 52 | 0 | 5B | 21 | 72 | 53 | 25 |
| Octal | 37 | 254 | 20 | 122 | 0 | 133 | 41 | 162 | 123 | 45 |
| Binary | 11111 | 10101100 | 10000 | 1010010 | 0 | 1011011 | 100001 | 1110010 | 1010011 | 100101 |
Color Harmonies of #1FAC10
Complementary color
Monochromatic Colors of #1FAC10
Black with #1FAC10
Text Example
Text Example
White with #1FAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC10; }
p { color: rgb(31,172,16); }
H1.HeaderClassName
{
color: #1FAC10;
}
.AnyTagClassName
{
color: #1FAC10;
}
</style>
background-color css
<style>
a { background-color: #1FAC10; }
a { background-color: rgb(31,172,16); }
div.DivClassName
{
background-color: #1FAC10;
}
.BgClassName
{
background-color: #1FAC10;
}
</style>
border-color css
<style>
span { border-color: #1FAC10; }
span { border-color: rgb(31,172,16); }
td.TdClassName
{
border-color: #1FAC10;
}
.TagClassName
{
border-color: #1FAC10;
}
</style>