Shades of Forest Green #20AC25
Tints of Forest Green #20AC25
RGB
CMYK
RGB Variations
Color information
#20AC25 (or 0x20AC25) is known color: Forest Green. HEX triplet: 20, AC and 25. RGB value is (32,172,37). Sum of RGB (Red+Green+Blue) = 32+172+37=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 172 (67.58% from 255 or 71.37% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AC25 is #DF53DA. Grayscale: #737373. Windows color (decimal): -14635995 or 2468896. OLE color: 2468896.
HSL color Cylindrical-coordinate representation of color #20AC25: hue angle of 122.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AC25 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 172 | 37 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.33 |
| HSL | 122.14º | 0.69% | 0.4% | - |
| HSV(B) | 122.14º | 0.81% | 0.67% | - |
| XYZ | 15.68 | 29.95 | 6.7 | - |
| YUV | 114.75 | 84.12 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 37 | 0.81 | 0 | 0.78 | 0.33 | 122.14 | 0.69 | 0.4 |
| Hex | 20 | AC | 25 | 51 | 0 | 4E | 21 | 7A | 45 | 28 |
| Octal | 40 | 254 | 45 | 121 | 0 | 116 | 41 | 172 | 105 | 50 |
| Binary | 100000 | 10101100 | 100101 | 1010001 | 0 | 1001110 | 100001 | 1111010 | 1000101 | 101000 |
Color Harmonies of #20AC25
Complementary color
Monochromatic Colors of #20AC25
Black with #20AC25
Text Example
Text Example
White with #20AC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AC25; }
p { color: rgb(32,172,37); }
H1.HeaderClassName
{
color: #20AC25;
}
.AnyTagClassName
{
color: #20AC25;
}
</style>
background-color css
<style>
a { background-color: #20AC25; }
a { background-color: rgb(32,172,37); }
div.DivClassName
{
background-color: #20AC25;
}
.BgClassName
{
background-color: #20AC25;
}
</style>
border-color css
<style>
span { border-color: #20AC25; }
span { border-color: rgb(32,172,37); }
td.TdClassName
{
border-color: #20AC25;
}
.TagClassName
{
border-color: #20AC25;
}
</style>