Shades of Dark Pastel Green #20AD40
Tints of Dark Pastel Green #20AD40
RGB
CMYK
RGB Variations
Color information
#20AD40 (or 0x20AD40) is known color: Dark Pastel Green. HEX triplet: 20, AD and 40. RGB value is (32,173,64). Sum of RGB (Red+Green+Blue) = 32+173+64=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 173 (67.97% from 255 or 64.31% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AD40 is #DF52BF. Grayscale: #767676. Windows color (decimal): -14635712 or 4238624. OLE color: 4238624.
HSL color Cylindrical-coordinate representation of color #20AD40: hue angle of 133.62º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AD40 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 64 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.32 |
| HSL | 133.62º | 0.69% | 0.4% | - |
| HSV(B) | 133.62º | 0.82% | 0.68% | - |
| XYZ | 16.46 | 30.56 | 9.88 | - |
| YUV | 118.42 | 97.29 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 64 | 0.82 | 0 | 0.63 | 0.32 | 133.62 | 0.69 | 0.4 |
| Hex | 20 | AD | 40 | 52 | 0 | 3F | 20 | 86 | 45 | 28 |
| Octal | 40 | 255 | 100 | 122 | 0 | 77 | 40 | 206 | 105 | 50 |
| Binary | 100000 | 10101101 | 1000000 | 1010010 | 0 | 111111 | 100000 | 10000110 | 1000101 | 101000 |
Color Harmonies of #20AD40
Complementary color
Monochromatic Colors of #20AD40
Black with #20AD40
Text Example
Text Example
White with #20AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AD40; }
p { color: rgb(32,173,64); }
H1.HeaderClassName
{
color: #20AD40;
}
.AnyTagClassName
{
color: #20AD40;
}
</style>
background-color css
<style>
a { background-color: #20AD40; }
a { background-color: rgb(32,173,64); }
div.DivClassName
{
background-color: #20AD40;
}
.BgClassName
{
background-color: #20AD40;
}
</style>
border-color css
<style>
span { border-color: #20AD40; }
span { border-color: rgb(32,173,64); }
td.TdClassName
{
border-color: #20AD40;
}
.TagClassName
{
border-color: #20AD40;
}
</style>