Color Hex Logo

#20ad4e Color Hex

#20AD4E
(32,173,78)
0 Favorites   0 Comments

Color spaces of #20ad4e

RGB 3217378
HSL0.390.690.40
HSV140°82°68°
CMYK 0.820.000.55   0.32
XYZ16.914430.744312.2505
Yxy30.74430.28230.5132
Hunter Lab55.4475-42.581425.7138
CIE-Lab62.2912-56.222738.4328

#20ad4e color RGB value is (32,173,78).

#20ad4e hex color red value is 32, green value is 173 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #20ad4e hue: 0.39 , saturation: 0.69 and the lightness value of 20ad4e is 0.40.

The process color (four color CMYK) of #20ad4e color hex is 0.82, 0.00, 0.55, 0.32. Web safe color of #20ad4e is #339966. Color #20ad4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101101 01001110
Octal 40 255 116
Decimal 32 173 78
Hex 20 AD 4E

RGB Percentages of Color #20ad4e

%11.31
%61.13
%27.56

CMYK Percentages of Color #20ad4e

%82
%0
%55
%32

Triadic Colors of #20ad4e

#20ad4e #4e20ad #ad4e20

Analogous Colors of #20ad4e

#20ad4e #20ad95 #39ad20

Monochromatic Colors of #20ad4e

#20ad4e

Complementary Color

#20ad4e #ad207f

#20ad4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20ad4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#20ad4e Color CSS Codes

.mybgcolor {background-color:#20ad4e; } 
.myforecolor {color:#20ad4e; }
.mybordercolor {border:3px solid #20ad4e; }

#20ad4e Text Font Color

<p style="color:#20ad4e">Text here</p>

This sample text font color is #20ad4e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#20ad4e Background Color

<div style="background-color:#20ad4e">
Div content here</div>

This div background color is #20ad4e


#20ad4e Border Color

<div style="border:3px solid #20ad4e">
Div here</div>

This div border color is #20ad4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,173,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20ad4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20ad4e;
  -webkit-box-shadow: 1px 1px 3px 2px #20ad4e;
  box-shadow:         1px 1px 3px 2px #20ad4e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,173,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #20ad4e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #20ad4e;
  -webkit-box-shadow: 1px 1px 3px 2px #20ad4e;
  box-shadow:         1px 1px 3px 2px #20ad4e;">
Div content here</div>

This div box has shadow with color #20ad4e


Comments

No comments written yet.

Please login to write comment.