Color Hex Logo

#a0d156 Color Hex

#A0D156
(160,209,86)
0 Favorites   0 Comments

Color spaces of #a0d156

RGB 16020986
HSL0.230.570.58
HSV84°59°82°
CMYK 0.230.000.59   0.18
XYZ38.977453.746417.1239
Yxy53.74640.35480.4893
Hunter Lab73.3119-33.393737.4696
CIE-Lab78.3136-35.050554.6543

#a0d156 color RGB value is (160,209,86).

#a0d156 hex color red value is 160, green value is 209 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #a0d156 hue: 0.23 , saturation: 0.57 and the lightness value of a0d156 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11010001 01010110
Octal 240 321 126
Decimal 160 209 86
Hex A0 D1 56

RGB Percentages of Color #a0d156

%35.16
%45.93
%18.90

CMYK Percentages of Color #a0d156

%23
%0
%59
%18

Triadic Colors of #a0d156

#a0d156 #56a0d1 #d156a0

Analogous Colors of #a0d156

#a0d156 #62d156 #d1c556

Monochromatic Colors of #a0d156

#a0d156

Complementary Color

#a0d156 #8756d1

#a0d156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0d156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0d156 Color CSS Codes

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

#a0d156 Text Font Color

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

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


#a0d156 Background Color

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

This div background color is #a0d156


#a0d156 Border Color

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

This div border color is #a0d156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0d156


Comments

No comments written yet.

Please login to write comment.