Shades of Pigment Green #20AA4A
Tints of Pigment Green #20AA4A
RGB
CMYK
RGB Variations
Color information
#20AA4A (or 0x20AA4A) is known color: Pigment Green. HEX triplet: 20, AA and 4A. RGB value is (32,170,74). Sum of RGB (Red+Green+Blue) = 32+170+74=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AA4A is #DF55B5. Grayscale: #767676. Windows color (decimal): -14636470 or 4893216. OLE color: 4893216.
HSL color Cylindrical-coordinate representation of color #20AA4A: hue angle of 138.26º degrees, saturation: 0.68, 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 #20AA4A is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 170 | 74 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.33 |
| HSL | 138.26º | 0.68% | 0.4% | - |
| HSV(B) | 138.26º | 0.81% | 0.67% | - |
| XYZ | 16.21 | 29.55 | 11.33 | - |
| YUV | 117.79 | 103.28 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 74 | 0.81 | 0 | 0.56 | 0.33 | 138.26 | 0.68 | 0.4 |
| Hex | 20 | AA | 4A | 51 | 0 | 38 | 21 | 8A | 44 | 28 |
| Octal | 40 | 252 | 112 | 121 | 0 | 70 | 41 | 212 | 104 | 50 |
| Binary | 100000 | 10101010 | 1001010 | 1010001 | 0 | 111000 | 100001 | 10001010 | 1000100 | 101000 |
Color Harmonies of #20AA4A
Complementary color
Monochromatic Colors of #20AA4A
Black with #20AA4A
Text Example
Text Example
White with #20AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AA4A; }
p { color: rgb(32,170,74); }
H1.HeaderClassName
{
color: #20AA4A;
}
.AnyTagClassName
{
color: #20AA4A;
}
</style>
background-color css
<style>
a { background-color: #20AA4A; }
a { background-color: rgb(32,170,74); }
div.DivClassName
{
background-color: #20AA4A;
}
.BgClassName
{
background-color: #20AA4A;
}
</style>
border-color css
<style>
span { border-color: #20AA4A; }
span { border-color: rgb(32,170,74); }
td.TdClassName
{
border-color: #20AA4A;
}
.TagClassName
{
border-color: #20AA4A;
}
</style>