Shades of Forest Green #20900A
Tints of Forest Green #20900A
RGB
CMYK
RGB Variations
Color information
#20900A (or 0x20900A) is known color: Forest Green. HEX triplet: 20, 90 and 0A. RGB value is (32,144,10). Sum of RGB (Red+Green+Blue) = 32+144+10=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 144 (56.64% from 255 or 77.42% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 144 - color contains mainly: green. Hex color #20900A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20900A is #DF6FF5. Grayscale: #5F5F5F. Windows color (decimal): -14643190 or 692256. OLE color: 692256.
HSL color Cylindrical-coordinate representation of color #20900A: hue angle of 110.15º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20900A is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 144 | 10 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.44 |
| HSL | 110.15º | 0.87% | 0.3% | - |
| HSV(B) | 110.15º | 0.93% | 0.56% | - |
| XYZ | 10.62 | 20.28 | 3.64 | - |
| YUV | 95.24 | 79.89 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 10 | 0.78 | 0 | 0.93 | 0.44 | 110.15 | 0.87 | 0.3 |
| Hex | 20 | 90 | A | 4E | 0 | 5D | 2C | 6E | 57 | 1E |
| Octal | 40 | 220 | 12 | 116 | 0 | 135 | 54 | 156 | 127 | 36 |
| Binary | 100000 | 10010000 | 1010 | 1001110 | 0 | 1011101 | 101100 | 1101110 | 1010111 | 11110 |
Color Harmonies of #20900A
Complementary color
Monochromatic Colors of #20900A
Black with #20900A
Text Example
Text Example
White with #20900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20900A; }
p { color: rgb(32,144,10); }
H1.HeaderClassName
{
color: #20900A;
}
.AnyTagClassName
{
color: #20900A;
}
</style>
background-color css
<style>
a { background-color: #20900A; }
a { background-color: rgb(32,144,10); }
div.DivClassName
{
background-color: #20900A;
}
.BgClassName
{
background-color: #20900A;
}
</style>
border-color css
<style>
span { border-color: #20900A; }
span { border-color: rgb(32,144,10); }
td.TdClassName
{
border-color: #20900A;
}
.TagClassName
{
border-color: #20900A;
}
</style>