Shades of Forest Green #20AE11
Tints of Forest Green #20AE11
RGB
CMYK
RGB Variations
Color information
#20AE11 (or 0x20AE11) is known color: Forest Green. HEX triplet: 20, AE and 11. RGB value is (32,174,17). Sum of RGB (Red+Green+Blue) = 32+174+17=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 174 (68.36% from 255 or 78.03% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 174 - color contains mainly: green. Hex color #20AE11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AE11 is #DF51EE. Grayscale: #727272. Windows color (decimal): -14635503 or 1158688. OLE color: 1158688.
HSL color Cylindrical-coordinate representation of color #20AE11: hue angle of 114.27º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20AE11 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 174 | 17 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.32 |
| HSL | 114.27º | 0.82% | 0.37% | - |
| HSV(B) | 114.27º | 0.9% | 0.68% | - |
| XYZ | 15.83 | 30.62 | 5.61 | - |
| YUV | 113.64 | 73.46 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 17 | 0.82 | 0 | 0.90 | 0.32 | 114.27 | 0.82 | 0.37 |
| Hex | 20 | AE | 11 | 52 | 0 | 5A | 20 | 72 | 52 | 25 |
| Octal | 40 | 256 | 21 | 122 | 0 | 132 | 40 | 162 | 122 | 45 |
| Binary | 100000 | 10101110 | 10001 | 1010010 | 0 | 1011010 | 100000 | 1110010 | 1010010 | 100101 |
Color Harmonies of #20AE11
Complementary color
Monochromatic Colors of #20AE11
Black with #20AE11
Text Example
Text Example
White with #20AE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AE11; }
p { color: rgb(32,174,17); }
H1.HeaderClassName
{
color: #20AE11;
}
.AnyTagClassName
{
color: #20AE11;
}
</style>
background-color css
<style>
a { background-color: #20AE11; }
a { background-color: rgb(32,174,17); }
div.DivClassName
{
background-color: #20AE11;
}
.BgClassName
{
background-color: #20AE11;
}
</style>
border-color css
<style>
span { border-color: #20AE11; }
span { border-color: rgb(32,174,17); }
td.TdClassName
{
border-color: #20AE11;
}
.TagClassName
{
border-color: #20AE11;
}
</style>