Color Hex Logo

#a2ea4a Color Hex

#A2EA4A
(162,234,74)
0 Favorites   0 Comments

Color spaces of #a2ea4a

RGB 16223474
HSL0.240.790.60
HSV87°68°92°
CMYK 0.310.000.68   0.08
XYZ45.559167.021417.0138
Yxy67.02140.35160.5172
Hunter Lab81.8666-43.930644.9848
CIE-Lab85.5148-46.258467.3019

#a2ea4a color RGB value is (162,234,74).

#a2ea4a hex color red value is 162, green value is 234 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a2ea4a hue: 0.24 , saturation: 0.79 and the lightness value of a2ea4a is 0.60.

The process color (four color CMYK) of #a2ea4a color hex is 0.31, 0.00, 0.68, 0.08. Web safe color of #a2ea4a is #99ff33. Color #a2ea4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101010 01001010
Octal 242 352 112
Decimal 162 234 74
Hex A2 EA 4A

RGB Percentages of Color #a2ea4a

%34.47
%49.79
%15.74

CMYK Percentages of Color #a2ea4a

%31
%0
%68
%8

Triadic Colors of #a2ea4a

#a2ea4a #4aa2ea #ea4aa2

Analogous Colors of #a2ea4a

#a2ea4a #52ea4a #eae24a

Monochromatic Colors of #a2ea4a

#a2ea4a

Complementary Color

#a2ea4a #924aea

#a2ea4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ea4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ea4a Color CSS Codes

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

#a2ea4a Text Font Color

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

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


#a2ea4a Background Color

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

This div background color is #a2ea4a


#a2ea4a Border Color

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

This div border color is #a2ea4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ea4a


Comments

No comments written yet.

Please login to write comment.