#20AB48

Color #20AB48 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #20AB48

Tints of Pigment Green #20AB48

Color information

#20AB48 (or 0x20AB48) is unknown color: approx Pigment Green. HEX triplet: 20, AB and 48. RGB value is (32,171,72). Sum of RGB (Red+Green+Blue) = 32+171+72=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AB48 is #DF54B7. Grayscale: #767676. Windows color (decimal): -14636216 or 4762400. OLE color: 4762400.

HSL color Cylindrical-coordinate representation of color #20AB48: hue angle of 137.27º 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 #20AB48 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB3217172-
CMYK0.8100.580.33
HSL137.27º68.47%39.8%-
HSV(B)137.27º81.29%67.06%-
XYZ16.3329.911.04-
YUV118.15101.9566.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 11.64%
GREEN value IS 171 (67.19% from 255) = 62.18%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=11.64%
G=62.18%
B=26.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32171720.8100.580.33137.2768.4739.8
Hex20AB485103A21894428
Octal402531101210724121110450
Binary10000010101011100100010100010111010100001100010011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20AB48; }

 p { color: rgb(32,171,72); }

 H1.HeaderClassName
 {
   color: #20AB48;
 }
 .AnyTagClassName
 {
   color: #20AB48;
 }
</style>
background-color css

<style>
 a { background-color: #20AB48; }

 a { background-color: rgb(32,171,72); }

 div.DivClassName
 {
   background-color: #20AB48;
 }
 .BgClassName
 {
   background-color: #20AB48;
 }
</style>
border-color css

<style>
 span { border-color: #20AB48; }

 span { border-color: rgb(32,171,72); }

 td.TdClassName
 {
   border-color: #20AB48;
 }
 .TagClassName
 {
   border-color: #20AB48;
 }
</style>