Color Hex Logo

#a0e540 Color Hex

#A0E540
(160,229,64)
0 Favorites   0 Comments

Color spaces of #a0e540

RGB 16022964
HSL0.240.760.57
HSV85°72°90°
CMYK 0.300.000.72   0.10
XYZ43.441963.882414.8914
Yxy63.88240.35550.5227
Hunter Lab79.9265-42.852444.9020
CIE-Lab83.9045-45.475669.2054

#a0e540 color RGB value is (160,229,64).

#a0e540 hex color red value is 160, green value is 229 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a0e540 hue: 0.24 , saturation: 0.76 and the lightness value of a0e540 is 0.57.

The process color (four color CMYK) of #a0e540 color hex is 0.30, 0.00, 0.72, 0.10. Web safe color of #a0e540 is #99cc33. Color #a0e540 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11100101 01000000
Octal 240 345 100
Decimal 160 229 64
Hex A0 E5 40

RGB Percentages of Color #a0e540

%35.32
%50.55
%14.13

CMYK Percentages of Color #a0e540

%30
%0
%72
%10

Triadic Colors of #a0e540

#a0e540 #40a0e5 #e540a0

Analogous Colors of #a0e540

#a0e540 #4de540 #e5d840

Monochromatic Colors of #a0e540

#a0e540

Complementary Color

#a0e540 #8540e5

#a0e540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0e540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0e540 Color CSS Codes

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

#a0e540 Text Font Color

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

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


#a0e540 Background Color

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

This div background color is #a0e540


#a0e540 Border Color

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

This div border color is #a0e540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0e540


Comments

No comments written yet.

Please login to write comment.