Shades of Pigment Green #20AC4A
Tints of Pigment Green #20AC4A
RGB
CMYK
RGB Variations
Color information
#20AC4A (or 0x20AC4A) is known color: Pigment Green. HEX triplet: 20, AC and 4A. RGB value is (32,172,74). Sum of RGB (Red+Green+Blue) = 32+172+74=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 172 (67.58% from 255 or 61.87% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AC4A is #DF53B5. Grayscale: #777777. Windows color (decimal): -14635958 or 4893728. OLE color: 4893728.
HSL color Cylindrical-coordinate representation of color #20AC4A: hue angle of 138º 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 #20AC4A is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 172 | 74 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.33 |
| HSL | 138º | 0.69% | 0.4% | - |
| HSV(B) | 138º | 0.81% | 0.67% | - |
| XYZ | 16.58 | 30.31 | 11.45 | - |
| YUV | 118.97 | 102.62 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 74 | 0.81 | 0 | 0.57 | 0.33 | 138 | 0.69 | 0.4 |
| Hex | 20 | AC | 4A | 51 | 0 | 39 | 21 | 8A | 45 | 28 |
| Octal | 40 | 254 | 112 | 121 | 0 | 71 | 41 | 212 | 105 | 50 |
| Binary | 100000 | 10101100 | 1001010 | 1010001 | 0 | 111001 | 100001 | 10001010 | 1000101 | 101000 |
Color Harmonies of #20AC4A
Complementary color
Monochromatic Colors of #20AC4A
Black with #20AC4A
Text Example
Text Example
White with #20AC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AC4A; }
p { color: rgb(32,172,74); }
H1.HeaderClassName
{
color: #20AC4A;
}
.AnyTagClassName
{
color: #20AC4A;
}
</style>
background-color css
<style>
a { background-color: #20AC4A; }
a { background-color: rgb(32,172,74); }
div.DivClassName
{
background-color: #20AC4A;
}
.BgClassName
{
background-color: #20AC4A;
}
</style>
border-color css
<style>
span { border-color: #20AC4A; }
span { border-color: rgb(32,172,74); }
td.TdClassName
{
border-color: #20AC4A;
}
.TagClassName
{
border-color: #20AC4A;
}
</style>