Shades of Pigment Green #20AF4F
Tints of Pigment Green #20AF4F
RGB
CMYK
RGB Variations
Color information
#20AF4F (or 0x20AF4F) is known color: Pigment Green. HEX triplet: 20, AF and 4F. RGB value is (32,175,79). Sum of RGB (Red+Green+Blue) = 32+175+79=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 175 (68.75% from 255 or 61.19% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF4F is #DF50B0. Grayscale: #797979. Windows color (decimal): -14635185 or 5222176. OLE color: 5222176.
HSL color Cylindrical-coordinate representation of color #20AF4F: hue angle of 139.72º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF4F is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 79 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.31 |
| HSL | 139.72º | 0.69% | 0.41% | - |
| HSV(B) | 139.72º | 0.82% | 0.69% | - |
| XYZ | 17.34 | 31.53 | 12.57 | - |
| YUV | 121.3 | 104.12 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 79 | 0.82 | 0 | 0.55 | 0.31 | 139.72 | 0.69 | 0.41 |
| Hex | 20 | AF | 4F | 52 | 0 | 37 | 1F | 8C | 45 | 29 |
| Octal | 40 | 257 | 117 | 122 | 0 | 67 | 37 | 214 | 105 | 51 |
| Binary | 100000 | 10101111 | 1001111 | 1010010 | 0 | 110111 | 11111 | 10001100 | 1000101 | 101001 |
Color Harmonies of #20AF4F
Complementary color
Monochromatic Colors of #20AF4F
Black with #20AF4F
Text Example
Text Example
White with #20AF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF4F; }
p { color: rgb(32,175,79); }
H1.HeaderClassName
{
color: #20AF4F;
}
.AnyTagClassName
{
color: #20AF4F;
}
</style>
background-color css
<style>
a { background-color: #20AF4F; }
a { background-color: rgb(32,175,79); }
div.DivClassName
{
background-color: #20AF4F;
}
.BgClassName
{
background-color: #20AF4F;
}
</style>
border-color css
<style>
span { border-color: #20AF4F; }
span { border-color: rgb(32,175,79); }
td.TdClassName
{
border-color: #20AF4F;
}
.TagClassName
{
border-color: #20AF4F;
}
</style>