Color Hex Logo

#a2e24d Color Hex

#A2E24D
(162,226,77)
0 Favorites   0 Comments

Color spaces of #a2e24d

RGB 16222677
HSL0.240.720.59
HSV86°66°89°
CMYK 0.280.000.66   0.11
XYZ43.436262.609916.8168
Yxy62.60990.35350.5096
Hunter Lab79.1264-40.484242.7875
CIE-Lab83.2367-42.614063.7917

#a2e24d color RGB value is (162,226,77).

#a2e24d hex color red value is 162, green value is 226 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #a2e24d hue: 0.24 , saturation: 0.72 and the lightness value of a2e24d is 0.59.

The process color (four color CMYK) of #a2e24d color hex is 0.28, 0.00, 0.66, 0.11. Web safe color of #a2e24d is #99cc66. Color #a2e24d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11100010 01001101
Octal 242 342 115
Decimal 162 226 77
Hex A2 E2 4D

RGB Percentages of Color #a2e24d

%34.84
%48.60
%16.56

CMYK Percentages of Color #a2e24d

%28
%0
%66
%11

Triadic Colors of #a2e24d

#a2e24d #4da2e2 #e24da2

Analogous Colors of #a2e24d

#a2e24d #57e24d #e2d84d

Monochromatic Colors of #a2e24d

#a2e24d

Complementary Color

#a2e24d #8d4de2

#a2e24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2e24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2e24d Color CSS Codes

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

#a2e24d Text Font Color

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

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


#a2e24d Background Color

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

This div background color is #a2e24d


#a2e24d Border Color

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

This div border color is #a2e24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2e24d


Comments

No comments written yet.

Please login to write comment.