#20AB49

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

Shades of Pigment Green #20AB49

Tints of Pigment Green #20AB49

Color information

#20AB49 (or 0x20AB49) is unknown color: approx Pigment Green. HEX triplet: 20, AB and 49. RGB value is (32,171,73). Sum of RGB (Red+Green+Blue) = 32+171+73=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 171 (67.19% from 255 or 61.96% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AB49 is #DF54B6. Grayscale: #767676. Windows color (decimal): -14636215 or 4827936. OLE color: 4827936.

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

Color convert

RGB3217173-
CMYK0.8100.570.33
HSL137.7º68.47%39.8%-
HSV(B)137.7º81.29%67.06%-
XYZ16.3629.9111.21-
YUV118.27102.4566.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.59%
GREEN value IS 171 (67.19% from 255) = 61.96%
BLUE value IS 73 (28.91% from 255) = 26.45%
R=11.59%
G=61.96%
B=26.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32171730.8100.570.33137.768.4739.8
Hex20AB4951039218a4428
Octal402531111210714121210450
Binary10000010101011100100110100010111001100001100010101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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