Shades of Pigment Green #20A643
Tints of Pigment Green #20A643
RGB
CMYK
RGB Variations
Color information
#20A643 (or 0x20A643) is known color: Pigment Green. HEX triplet: 20, A6 and 43. RGB value is (32,166,67). Sum of RGB (Red+Green+Blue) = 32+166+67=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 166 (65.23% from 255 or 62.64% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 166 - color contains mainly: green. Hex color #20A643 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A643 is #DF59BC. Grayscale: #727272. Windows color (decimal): -14637501 or 4433440. OLE color: 4433440.
HSL color Cylindrical-coordinate representation of color #20A643: hue angle of 135.67º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A643 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 166 | 67 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.35 |
| HSL | 135.67º | 0.68% | 0.39% | - |
| HSV(B) | 135.67º | 0.81% | 0.65% | - |
| XYZ | 15.25 | 27.98 | 9.91 | - |
| YUV | 114.65 | 101.11 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 166 | 67 | 0.81 | 0 | 0.60 | 0.35 | 135.67 | 0.68 | 0.39 |
| Hex | 20 | A6 | 43 | 51 | 0 | 3C | 23 | 88 | 44 | 27 |
| Octal | 40 | 246 | 103 | 121 | 0 | 74 | 43 | 210 | 104 | 47 |
| Binary | 100000 | 10100110 | 1000011 | 1010001 | 0 | 111100 | 100011 | 10001000 | 1000100 | 100111 |
Color Harmonies of #20A643
Complementary color
Monochromatic Colors of #20A643
Black with #20A643
Text Example
Text Example
White with #20A643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A643; }
p { color: rgb(32,166,67); }
H1.HeaderClassName
{
color: #20A643;
}
.AnyTagClassName
{
color: #20A643;
}
</style>
background-color css
<style>
a { background-color: #20A643; }
a { background-color: rgb(32,166,67); }
div.DivClassName
{
background-color: #20A643;
}
.BgClassName
{
background-color: #20A643;
}
</style>
border-color css
<style>
span { border-color: #20A643; }
span { border-color: rgb(32,166,67); }
td.TdClassName
{
border-color: #20A643;
}
.TagClassName
{
border-color: #20A643;
}
</style>