Color Hex Logo

#a0df4e Color Hex

#A0DF4E
(160,223,78)
0 Favorites   0 Comments

Color spaces of #a0df4e

RGB 16022378
HSL0.240.690.59
HSV86°65°87°
CMYK 0.280.000.65   0.13
XYZ42.260060.799016.7158
Yxy60.79900.35280.5076
Hunter Lab77.9737-39.711041.8712
CIE-Lab82.2706-41.957862.3412

#a0df4e color RGB value is (160,223,78).

#a0df4e hex color red value is 160, green value is 223 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a0df4e hue: 0.24 , saturation: 0.69 and the lightness value of a0df4e is 0.59.

The process color (four color CMYK) of #a0df4e color hex is 0.28, 0.00, 0.65, 0.13. Web safe color of #a0df4e is #99cc66. Color #a0df4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011111 01001110
Octal 240 337 116
Decimal 160 223 78
Hex A0 DF 4E

RGB Percentages of Color #a0df4e

%34.71
%48.37
%16.92

CMYK Percentages of Color #a0df4e

%28
%0
%65
%13

Triadic Colors of #a0df4e

#a0df4e #4ea0df #df4ea0

Analogous Colors of #a0df4e

#a0df4e #58df4e #dfd64e

Monochromatic Colors of #a0df4e

#a0df4e

Complementary Color

#a0df4e #8d4edf

#a0df4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0df4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0df4e Color CSS Codes

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

#a0df4e Text Font Color

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

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


#a0df4e Background Color

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

This div background color is #a0df4e


#a0df4e Border Color

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

This div border color is #a0df4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0df4e


Comments

No comments written yet.

Please login to write comment.