Color Hex Logo

#a0d94e Color Hex

#A0D94E
(160,217,78)
0 Favorites   0 Comments

Color spaces of #a0d94e

RGB 16021778
HSL0.240.650.58
HSV85°64°85°
CMYK 0.260.000.64   0.15
XYZ40.685257.649316.1908
Yxy57.64930.35530.5034
Hunter Lab75.9271-37.224140.5059
CIE-Lab80.5434-39.313660.4964

#a0d94e color RGB value is (160,217,78).

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

The process color (four color CMYK) of #a0d94e color hex is 0.26, 0.00, 0.64, 0.15. Web safe color of #a0d94e is #99cc66. Color #a0d94e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011001 01001110
Octal 240 331 116
Decimal 160 217 78
Hex A0 D9 4E

RGB Percentages of Color #a0d94e

%35.16
%47.69
%17.14

CMYK Percentages of Color #a0d94e

%26
%0
%64
%15

Triadic Colors of #a0d94e

#a0d94e #4ea0d9 #d94ea0

Analogous Colors of #a0d94e

#a0d94e #5bd94e #d9cd4e

Monochromatic Colors of #a0d94e

#a0d94e

Complementary Color

#a0d94e #874ed9

#a0d94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0d94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0d94e Color CSS Codes

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

#a0d94e Text Font Color

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

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


#a0d94e Background Color

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

This div background color is #a0d94e


#a0d94e Border Color

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

This div border color is #a0d94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0d94e

#a0d94e Color Palettes


Comments

No comments written yet.

Please login to write comment.