Shades of Pigment Green #20AD4C
Tints of Pigment Green #20AD4C
RGB
CMYK
RGB Variations
Color information
#20AD4C (or 0x20AD4C) is known color: Pigment Green. HEX triplet: 20, AD and 4C. RGB value is (32,173,76). Sum of RGB (Red+Green+Blue) = 32+173+76=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AD4C is #DF52B3. Grayscale: #787878. Windows color (decimal): -14635700 or 5025056. OLE color: 5025056.
HSL color Cylindrical-coordinate representation of color #20AD4C: hue angle of 138.72º 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 #20AD4C is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 76 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.32 |
| HSL | 138.72º | 0.69% | 0.4% | - |
| HSV(B) | 138.72º | 0.82% | 0.68% | - |
| XYZ | 16.84 | 30.72 | 11.88 | - |
| YUV | 119.78 | 103.29 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 76 | 0.82 | 0 | 0.56 | 0.32 | 138.72 | 0.69 | 0.4 |
| Hex | 20 | AD | 4C | 52 | 0 | 38 | 20 | 8B | 45 | 28 |
| Octal | 40 | 255 | 114 | 122 | 0 | 70 | 40 | 213 | 105 | 50 |
| Binary | 100000 | 10101101 | 1001100 | 1010010 | 0 | 111000 | 100000 | 10001011 | 1000101 | 101000 |
Color Harmonies of #20AD4C
Complementary color
Monochromatic Colors of #20AD4C
Black with #20AD4C
Text Example
Text Example
White with #20AD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AD4C; }
p { color: rgb(32,173,76); }
H1.HeaderClassName
{
color: #20AD4C;
}
.AnyTagClassName
{
color: #20AD4C;
}
</style>
background-color css
<style>
a { background-color: #20AD4C; }
a { background-color: rgb(32,173,76); }
div.DivClassName
{
background-color: #20AD4C;
}
.BgClassName
{
background-color: #20AD4C;
}
</style>
border-color css
<style>
span { border-color: #20AD4C; }
span { border-color: rgb(32,173,76); }
td.TdClassName
{
border-color: #20AD4C;
}
.TagClassName
{
border-color: #20AD4C;
}
</style>