Shades of Pigment Green #20AC4B
Tints of Pigment Green #20AC4B
RGB
CMYK
RGB Variations
Color information
#20AC4B (or 0x20AC4B) is known color: Pigment Green. HEX triplet: 20, AC and 4B. RGB value is (32,172,75). Sum of RGB (Red+Green+Blue) = 32+172+75=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 172 (67.58% from 255 or 61.65% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AC4B is #DF53B4. Grayscale: #777777. Windows color (decimal): -14635957 or 4959264. OLE color: 4959264.
HSL color Cylindrical-coordinate representation of color #20AC4B: hue angle of 138.43º 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 #20AC4B is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 172 | 75 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.33 |
| HSL | 138.43º | 0.69% | 0.4% | - |
| HSV(B) | 138.43º | 0.81% | 0.67% | - |
| XYZ | 16.62 | 30.32 | 11.63 | - |
| YUV | 119.08 | 103.12 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 75 | 0.81 | 0 | 0.56 | 0.33 | 138.43 | 0.69 | 0.4 |
| Hex | 20 | AC | 4B | 51 | 0 | 38 | 21 | 8A | 45 | 28 |
| Octal | 40 | 254 | 113 | 121 | 0 | 70 | 41 | 212 | 105 | 50 |
| Binary | 100000 | 10101100 | 1001011 | 1010001 | 0 | 111000 | 100001 | 10001010 | 1000101 | 101000 |
Color Harmonies of #20AC4B
Complementary color
Monochromatic Colors of #20AC4B
Black with #20AC4B
Text Example
Text Example
White with #20AC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AC4B; }
p { color: rgb(32,172,75); }
H1.HeaderClassName
{
color: #20AC4B;
}
.AnyTagClassName
{
color: #20AC4B;
}
</style>
background-color css
<style>
a { background-color: #20AC4B; }
a { background-color: rgb(32,172,75); }
div.DivClassName
{
background-color: #20AC4B;
}
.BgClassName
{
background-color: #20AC4B;
}
</style>
border-color css
<style>
span { border-color: #20AC4B; }
span { border-color: rgb(32,172,75); }
td.TdClassName
{
border-color: #20AC4B;
}
.TagClassName
{
border-color: #20AC4B;
}
</style>