Shades of Dark Pastel Green #20AD3F
Tints of Dark Pastel Green #20AD3F
RGB
CMYK
RGB Variations
Color information
#20AD3F (or 0x20AD3F) is known color: Dark Pastel Green. HEX triplet: 20, AD and 3F. RGB value is (32,173,63). Sum of RGB (Red+Green+Blue) = 32+173+63=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 173 (67.97% from 255 or 64.55% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AD3F is #DF52C0. Grayscale: #767676. Windows color (decimal): -14635713 or 4173088. OLE color: 4173088.
HSL color Cylindrical-coordinate representation of color #20AD3F: hue angle of 133.19º 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 #20AD3F is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 63 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.32 |
| HSL | 133.19º | 0.69% | 0.4% | - |
| HSV(B) | 133.19º | 0.82% | 0.68% | - |
| XYZ | 16.44 | 30.55 | 9.73 | - |
| YUV | 118.3 | 96.79 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 63 | 0.82 | 0 | 0.64 | 0.32 | 133.19 | 0.69 | 0.4 |
| Hex | 20 | AD | 3F | 52 | 0 | 40 | 20 | 85 | 45 | 28 |
| Octal | 40 | 255 | 77 | 122 | 0 | 100 | 40 | 205 | 105 | 50 |
| Binary | 100000 | 10101101 | 111111 | 1010010 | 0 | 1000000 | 100000 | 10000101 | 1000101 | 101000 |
Color Harmonies of #20AD3F
Complementary color
Monochromatic Colors of #20AD3F
Black with #20AD3F
Text Example
Text Example
White with #20AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AD3F; }
p { color: rgb(32,173,63); }
H1.HeaderClassName
{
color: #20AD3F;
}
.AnyTagClassName
{
color: #20AD3F;
}
</style>
background-color css
<style>
a { background-color: #20AD3F; }
a { background-color: rgb(32,173,63); }
div.DivClassName
{
background-color: #20AD3F;
}
.BgClassName
{
background-color: #20AD3F;
}
</style>
border-color css
<style>
span { border-color: #20AD3F; }
span { border-color: rgb(32,173,63); }
td.TdClassName
{
border-color: #20AD3F;
}
.TagClassName
{
border-color: #20AD3F;
}
</style>