Color Hex Logo

#a0e15e Color Hex

#A0E15E
(160,225,94)
0 Favorites   0 Comments

Color spaces of #a0e15e

RGB 16022594
HSL0.250.690.63
HSV90°58°88°
CMYK 0.290.000.58   0.12
XYZ43.442862.132220.2927
Yxy62.13220.34510.4936
Hunter Lab78.8240-39.564039.9130
CIE-Lab82.9837-41.503956.4202

#a0e15e color RGB value is (160,225,94).

#a0e15e hex color red value is 160, green value is 225 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a0e15e hue: 0.25 , saturation: 0.69 and the lightness value of a0e15e is 0.63.

The process color (four color CMYK) of #a0e15e color hex is 0.29, 0.00, 0.58, 0.12. Web safe color of #a0e15e is #99cc66. Color #a0e15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11100001 01011110
Octal 240 341 136
Decimal 160 225 94
Hex A0 E1 5E

RGB Percentages of Color #a0e15e

%33.40
%46.97
%19.62

CMYK Percentages of Color #a0e15e

%29
%0
%58
%12

Triadic Colors of #a0e15e

#a0e15e #5ea0e1 #e15ea0

Analogous Colors of #a0e15e

#a0e15e #5fe15e #e1e15e

Monochromatic Colors of #a0e15e

#a0e15e

Complementary Color

#a0e15e #9f5ee1

#a0e15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0e15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0e15e Color CSS Codes

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

#a0e15e Text Font Color

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

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


#a0e15e Background Color

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

This div background color is #a0e15e


#a0e15e Border Color

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

This div border color is #a0e15e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,225,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0e15e


Comments

No comments written yet.

Please login to write comment.