Shades of Forest Green #20AC14
Tints of Forest Green #20AC14
RGB
CMYK
RGB Variations
Color information
#20AC14 (or 0x20AC14) is known color: Forest Green. HEX triplet: 20, AC and 14. RGB value is (32,172,20). Sum of RGB (Red+Green+Blue) = 32+172+20=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 172 (67.58% from 255 or 76.79% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20AC14 is #DF53EB. Grayscale: #717171. Windows color (decimal): -14636012 or 1354784. OLE color: 1354784.
HSL color Cylindrical-coordinate representation of color #20AC14: hue angle of 115.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20AC14 is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 172 | 20 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.33 |
| HSL | 115.26º | 0.79% | 0.38% | - |
| HSV(B) | 115.26º | 0.88% | 0.67% | - |
| XYZ | 15.47 | 29.86 | 5.61 | - |
| YUV | 112.81 | 75.62 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 20 | 0.81 | 0 | 0.88 | 0.33 | 115.26 | 0.79 | 0.38 |
| Hex | 20 | AC | 14 | 51 | 0 | 58 | 21 | 73 | 4F | 26 |
| Octal | 40 | 254 | 24 | 121 | 0 | 130 | 41 | 163 | 117 | 46 |
| Binary | 100000 | 10101100 | 10100 | 1010001 | 0 | 1011000 | 100001 | 1110011 | 1001111 | 100110 |
Color Harmonies of #20AC14
Complementary color
Monochromatic Colors of #20AC14
Black with #20AC14
Text Example
Text Example
White with #20AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AC14; }
p { color: rgb(32,172,20); }
H1.HeaderClassName
{
color: #20AC14;
}
.AnyTagClassName
{
color: #20AC14;
}
</style>
background-color css
<style>
a { background-color: #20AC14; }
a { background-color: rgb(32,172,20); }
div.DivClassName
{
background-color: #20AC14;
}
.BgClassName
{
background-color: #20AC14;
}
</style>
border-color css
<style>
span { border-color: #20AC14; }
span { border-color: rgb(32,172,20); }
td.TdClassName
{
border-color: #20AC14;
}
.TagClassName
{
border-color: #20AC14;
}
</style>