Color Hex Logo

#a0e02e Color Hex

#A0E02E
(160,224,46)
0 Favorites   0 Comments

Color spaces of #a0e02e

RGB 16022446
HSL0.230.740.53
HSV82°79°88°
CMYK 0.290.000.79   0.12
XYZ41.646060.982112.1605
Yxy60.98210.36280.5313
Hunter Lab78.0910-41.465145.4310
CIE-Lab82.3691-44.239873.2870

#a0e02e color RGB value is (160,224,46).

#a0e02e hex color red value is 160, green value is 224 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a0e02e hue: 0.23 , saturation: 0.74 and the lightness value of a0e02e is 0.53.

The process color (four color CMYK) of #a0e02e color hex is 0.29, 0.00, 0.79, 0.12. Web safe color of #a0e02e is #99cc33. Color #a0e02e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11100000 00101110
Octal 240 340 56
Decimal 160 224 46
Hex A0 E0 2E

RGB Percentages of Color #a0e02e

%37.21
%52.09
%10.70

CMYK Percentages of Color #a0e02e

%29
%0
%79
%12

Triadic Colors of #a0e02e

#a0e02e #2ea0e0 #e02ea0

Analogous Colors of #a0e02e

#a0e02e #47e02e #e0c72e

Monochromatic Colors of #a0e02e

#a0e02e

Complementary Color

#a0e02e #6e2ee0

#a0e02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0e02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0e02e Color CSS Codes

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

#a0e02e Text Font Color

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

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


#a0e02e Background Color

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

This div background color is #a0e02e


#a0e02e Border Color

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

This div border color is #a0e02e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,224,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 #a0e02e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0e02e


Comments

No comments written yet.

Please login to write comment.