Color Hex Logo

#a2c82e Color Hex

#A2C82E
(162,200,46)
0 Favorites   0 Comments

Color spaces of #a2c82e

RGB 16220046
HSL0.210.630.48
HSV75°77°78°
CMYK 0.190.000.77   0.22
XYZ36.047749.187210.1789
Yxy49.18720.37780.5155
Hunter Lab70.1336-30.987240.4884
CIE-Lab75.5676-32.764967.1050

#a2c82e color RGB value is (162,200,46).

#a2c82e hex color red value is 162, green value is 200 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a2c82e hue: 0.21 , saturation: 0.63 and the lightness value of a2c82e is 0.48.

The process color (four color CMYK) of #a2c82e color hex is 0.19, 0.00, 0.77, 0.22. Web safe color of #a2c82e is #99cc33. Color #a2c82e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001000 00101110
Octal 242 310 56
Decimal 162 200 46
Hex A2 C8 2E

RGB Percentages of Color #a2c82e

%39.71
%49.02
%11.27

CMYK Percentages of Color #a2c82e

%19
%0
%77
%22

Triadic Colors of #a2c82e

#a2c82e #2ea2c8 #c82ea2

Analogous Colors of #a2c82e

#a2c82e #55c82e #c8a12e

Monochromatic Colors of #a2c82e

#a2c82e

Complementary Color

#a2c82e #542ec8

#a2c82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2c82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2c82e Color CSS Codes

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

#a2c82e Text Font Color

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

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


#a2c82e Background Color

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

This div background color is #a2c82e


#a2c82e Border Color

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

This div border color is #a2c82e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,200,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2c82e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2c82e;
  -webkit-box-shadow: 1px 1px 3px 2px #a2c82e;
  box-shadow:         1px 1px 3px 2px #a2c82e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,200,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2c82e


Comments

No comments written yet.

Please login to write comment.