Color Hex Logo

#20a53d Color Hex

#20A53D
(32,165,61)
0 Favorites   0 Comments

Color spaces of #20a53d

RGB 3216561
HSL0.370.680.39
HSV133°81°65°
CMYK 0.810.000.63   0.35
XYZ14.893127.55438.9484
Yxy27.55430.28980.5361
Hunter Lab52.4922-41.217326.6373
CIE-Lab59.4839-55.803743.1903

#20a53d color RGB value is (32,165,61).

#20a53d hex color red value is 32, green value is 165 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #20a53d hue: 0.37 , saturation: 0.68 and the lightness value of 20a53d is 0.39.

The process color (four color CMYK) of #20a53d color hex is 0.81, 0.00, 0.63, 0.35. Web safe color of #20a53d is #339933. Color #20a53d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10100101 00111101
Octal 40 245 75
Decimal 32 165 61
Hex 20 A5 3D

RGB Percentages of Color #20a53d

%12.40
%63.95
%23.64

CMYK Percentages of Color #20a53d

%81
%0
%63
%35

Triadic Colors of #20a53d

#20a53d #3d20a5 #a53d20

Analogous Colors of #20a53d

#20a53d #20a580 #46a520

Monochromatic Colors of #20a53d

#20a53d

Complementary Color

#20a53d #a52088

#20a53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20a53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20a53d Color CSS Codes

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

#20a53d Text Font Color

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

This sample text font color is #20a53d
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.


#20a53d Background Color

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

This div background color is #20a53d


#20a53d Border Color

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

This div border color is #20a53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20a53d


Comments

No comments written yet.

Please login to write comment.