Shades of Forest Green #11AC1D
Tints of Forest Green #11AC1D
RGB
CMYK
RGB Variations
Color information
#11AC1D (or 0x11AC1D) is known color: Forest Green. HEX triplet: 11, AC and 1D. RGB value is (17,172,29). Sum of RGB (Red+Green+Blue) = 17+172+29=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 172 (67.58% from 255 or 78.90% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AC1D is #EE53E2. Grayscale: #6D6D6D. Windows color (decimal): -15619043 or 1944593. OLE color: 1944593.
HSL color Cylindrical-coordinate representation of color #11AC1D: hue angle of 124.65º 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 #11AC1D is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 172 | 29 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.33 |
| HSL | 124.65º | 0.82% | 0.37% | - |
| HSV(B) | 124.65º | 0.9% | 0.67% | - |
| XYZ | 15.21 | 29.71 | 6.1 | - |
| YUV | 109.35 | 82.65 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 29 | 0.90 | 0 | 0.83 | 0.33 | 124.65 | 0.82 | 0.37 |
| Hex | 11 | AC | 1D | 5A | 0 | 53 | 21 | 7D | 52 | 25 |
| Octal | 21 | 254 | 35 | 132 | 0 | 123 | 41 | 175 | 122 | 45 |
| Binary | 10001 | 10101100 | 11101 | 1011010 | 0 | 1010011 | 100001 | 1111101 | 1010010 | 100101 |
Color Harmonies of #11AC1D
Complementary color
Monochromatic Colors of #11AC1D
Black with #11AC1D
Text Example
Text Example
White with #11AC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AC1D; }
p { color: rgb(17,172,29); }
H1.HeaderClassName
{
color: #11AC1D;
}
.AnyTagClassName
{
color: #11AC1D;
}
</style>
background-color css
<style>
a { background-color: #11AC1D; }
a { background-color: rgb(17,172,29); }
div.DivClassName
{
background-color: #11AC1D;
}
.BgClassName
{
background-color: #11AC1D;
}
</style>
border-color css
<style>
span { border-color: #11AC1D; }
span { border-color: rgb(17,172,29); }
td.TdClassName
{
border-color: #11AC1D;
}
.TagClassName
{
border-color: #11AC1D;
}
</style>