Shades of Pigment Green #20AB49
Tints of Pigment Green #20AB49
RGB
CMYK
RGB Variations
Color information
#20AB49 (or 0x20AB49) is known color: Pigment Green. HEX triplet: 20, AB and 49. RGB value is (32,171,73). Sum of RGB (Red+Green+Blue) = 32+171+73=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 171 (67.19% from 255 or 61.96% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AB49 is #DF54B6. Grayscale: #767676. Windows color (decimal): -14636215 or 4827936. OLE color: 4827936.
HSL color Cylindrical-coordinate representation of color #20AB49: hue angle of 137.7º 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 #20AB49 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 73 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.33 |
| HSL | 137.7º | 0.68% | 0.4% | - |
| HSV(B) | 137.7º | 0.81% | 0.67% | - |
| XYZ | 16.36 | 29.91 | 11.21 | - |
| YUV | 118.27 | 102.45 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 73 | 0.81 | 0 | 0.57 | 0.33 | 137.7 | 0.68 | 0.4 |
| Hex | 20 | AB | 49 | 51 | 0 | 39 | 21 | 8A | 44 | 28 |
| Octal | 40 | 253 | 111 | 121 | 0 | 71 | 41 | 212 | 104 | 50 |
| Binary | 100000 | 10101011 | 1001001 | 1010001 | 0 | 111001 | 100001 | 10001010 | 1000100 | 101000 |
Color Harmonies of #20AB49
Complementary color
Monochromatic Colors of #20AB49
Black with #20AB49
Text Example
Text Example
White with #20AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AB49; }
p { color: rgb(32,171,73); }
H1.HeaderClassName
{
color: #20AB49;
}
.AnyTagClassName
{
color: #20AB49;
}
</style>
background-color css
<style>
a { background-color: #20AB49; }
a { background-color: rgb(32,171,73); }
div.DivClassName
{
background-color: #20AB49;
}
.BgClassName
{
background-color: #20AB49;
}
</style>
border-color css
<style>
span { border-color: #20AB49; }
span { border-color: rgb(32,171,73); }
td.TdClassName
{
border-color: #20AB49;
}
.TagClassName
{
border-color: #20AB49;
}
</style>