Shades of Forest Green #11AC1C
Tints of Forest Green #11AC1C
RGB
CMYK
RGB Variations
Color information
#11AC1C (or 0x11AC1C) is known color: Forest Green. HEX triplet: 11, AC and 1C. RGB value is (17,172,28). Sum of RGB (Red+Green+Blue) = 17+172+28=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 172 (67.58% from 255 or 79.26% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AC1C is #EE53E3. Grayscale: #6D6D6D. Windows color (decimal): -15619044 or 1879057. OLE color: 1879057.
HSL color Cylindrical-coordinate representation of color #11AC1C: hue angle of 124.26º 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 #11AC1C is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 172 | 28 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.33 |
| HSL | 124.26º | 0.82% | 0.37% | - |
| HSV(B) | 124.26º | 0.9% | 0.67% | - |
| XYZ | 15.19 | 29.71 | 6.03 | - |
| YUV | 109.24 | 82.15 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 28 | 0.90 | 0 | 0.84 | 0.33 | 124.26 | 0.82 | 0.37 |
| Hex | 11 | AC | 1C | 5A | 0 | 54 | 21 | 7C | 52 | 25 |
| Octal | 21 | 254 | 34 | 132 | 0 | 124 | 41 | 174 | 122 | 45 |
| Binary | 10001 | 10101100 | 11100 | 1011010 | 0 | 1010100 | 100001 | 1111100 | 1010010 | 100101 |
Color Harmonies of #11AC1C
Complementary color
Monochromatic Colors of #11AC1C
Black with #11AC1C
Text Example
Text Example
White with #11AC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AC1C; }
p { color: rgb(17,172,28); }
H1.HeaderClassName
{
color: #11AC1C;
}
.AnyTagClassName
{
color: #11AC1C;
}
</style>
background-color css
<style>
a { background-color: #11AC1C; }
a { background-color: rgb(17,172,28); }
div.DivClassName
{
background-color: #11AC1C;
}
.BgClassName
{
background-color: #11AC1C;
}
</style>
border-color css
<style>
span { border-color: #11AC1C; }
span { border-color: rgb(17,172,28); }
td.TdClassName
{
border-color: #11AC1C;
}
.TagClassName
{
border-color: #11AC1C;
}
</style>