Color Hex Logo

#a0d17e Color Hex

#A0D17E
(160,209,126)
0 Favorites   0 Comments

Color spaces of #a0d17e

RGB 160209126
HSL0.270.470.66
HSV95°40°82°
CMYK 0.230.000.40   0.18
XYZ41.063654.580928.1095
Yxy54.58090.33180.4410
Hunter Lab73.8789-30.073629.1565
CIE-Lab78.7992-30.631036.0983

#a0d17e color RGB value is (160,209,126).

#a0d17e hex color red value is 160, green value is 209 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a0d17e hue: 0.27 , saturation: 0.47 and the lightness value of a0d17e is 0.66.

The process color (four color CMYK) of #a0d17e color hex is 0.23, 0.00, 0.40, 0.18. Web safe color of #a0d17e is #99cc66. Color #a0d17e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11010001 01111110
Octal 240 321 176
Decimal 160 209 126
Hex A0 D1 7E

RGB Percentages of Color #a0d17e

%32.32
%42.22
%25.45

CMYK Percentages of Color #a0d17e

%23
%0
%40
%18

Triadic Colors of #a0d17e

#a0d17e #7ea0d1 #d17ea0

Analogous Colors of #a0d17e

#a0d17e #7ed186 #cad17e

Monochromatic Colors of #a0d17e

#a0d17e

Complementary Color

#a0d17e #af7ed1

#a0d17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0d17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0d17e Color CSS Codes

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

#a0d17e Text Font Color

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

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


#a0d17e Background Color

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

This div background color is #a0d17e


#a0d17e Border Color

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

This div border color is #a0d17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0d17e


Comments

No comments written yet.

Please login to write comment.