Color Hex Logo

#a0d72e Color Hex

#A0D72E
(160,215,46)
0 Favorites   0 Comments

Color spaces of #a0d72e

RGB 16021546
HSL0.220.680.51
HSV80°79°84°
CMYK 0.260.000.79   0.16
XYZ39.290856.271711.3755
Yxy56.27170.36740.5262
Hunter Lab75.0145-37.781243.5191
CIE-Lab79.7682-40.327270.9214

#a0d72e color RGB value is (160,215,46).

#a0d72e hex color red value is 160, green value is 215 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a0d72e hue: 0.22 , saturation: 0.68 and the lightness value of a0d72e is 0.51.

The process color (four color CMYK) of #a0d72e color hex is 0.26, 0.00, 0.79, 0.16. Web safe color of #a0d72e is #99cc33. Color #a0d72e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11010111 00101110
Octal 240 327 56
Decimal 160 215 46
Hex A0 D7 2E

RGB Percentages of Color #a0d72e

%38.00
%51.07
%10.93

CMYK Percentages of Color #a0d72e

%26
%0
%79
%16

Triadic Colors of #a0d72e

#a0d72e #2ea0d7 #d72ea0

Analogous Colors of #a0d72e

#a0d72e #4cd72e #d7ba2e

Monochromatic Colors of #a0d72e

#a0d72e

Complementary Color

#a0d72e #652ed7

#a0d72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0d72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0d72e Color CSS Codes

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

#a0d72e Text Font Color

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

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


#a0d72e Background Color

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

This div background color is #a0d72e


#a0d72e Border Color

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

This div border color is #a0d72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0d72e


Comments

No comments written yet.

Please login to write comment.