Shades of Dark Pastel Green #20AC3C
Tints of Dark Pastel Green #20AC3C
RGB
CMYK
RGB Variations
Color information
#20AC3C (or 0x20AC3C) is known color: Dark Pastel Green. HEX triplet: 20, AC and 3C. RGB value is (32,172,60). Sum of RGB (Red+Green+Blue) = 32+172+60=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 172 (67.58% from 255 or 65.15% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AC3C is #DF53C3. Grayscale: #757575. Windows color (decimal): -14635972 or 3976224. OLE color: 3976224.
HSL color Cylindrical-coordinate representation of color #20AC3C: hue angle of 132º 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 #20AC3C is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 172 | 60 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.33 |
| HSL | 132º | 0.69% | 0.4% | - |
| HSV(B) | 132º | 0.81% | 0.67% | - |
| XYZ | 16.16 | 30.14 | 9.24 | - |
| YUV | 117.37 | 95.62 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 60 | 0.81 | 0 | 0.65 | 0.33 | 132 | 0.69 | 0.4 |
| Hex | 20 | AC | 3C | 51 | 0 | 41 | 21 | 84 | 45 | 28 |
| Octal | 40 | 254 | 74 | 121 | 0 | 101 | 41 | 204 | 105 | 50 |
| Binary | 100000 | 10101100 | 111100 | 1010001 | 0 | 1000001 | 100001 | 10000100 | 1000101 | 101000 |
Color Harmonies of #20AC3C
Complementary color
Monochromatic Colors of #20AC3C
Black with #20AC3C
Text Example
Text Example
White with #20AC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AC3C; }
p { color: rgb(32,172,60); }
H1.HeaderClassName
{
color: #20AC3C;
}
.AnyTagClassName
{
color: #20AC3C;
}
</style>
background-color css
<style>
a { background-color: #20AC3C; }
a { background-color: rgb(32,172,60); }
div.DivClassName
{
background-color: #20AC3C;
}
.BgClassName
{
background-color: #20AC3C;
}
</style>
border-color css
<style>
span { border-color: #20AC3C; }
span { border-color: rgb(32,172,60); }
td.TdClassName
{
border-color: #20AC3C;
}
.TagClassName
{
border-color: #20AC3C;
}
</style>