#20ac4b

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

Shades of Pigment Green #20AC4B

Tints of Pigment Green #20AC4B

Color information

#20AC4B (or 0x20AC4B) is unknown color: approx 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

RGB3217275-
CMYK0.8100.560.33
HSL138.43º68.63%40%-
HSV(B)138.43º81.4%67.45%-
XYZ16.6230.3211.63-
YUV119.08103.1265.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.47%
GREEN value IS 172 (67.58% from 255) = 61.65%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=11.47%
G=61.65%
B=26.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32172750.8100.560.33138.4368.6340
Hex20AC4B51038218a4528
Octal402541131210704121210550
Binary10000010101100100101110100010111000100001100010101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20ac4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>