Color Hex Logo

#a0c777 Color Hex

#A0C777
(160,199,119)
0 Favorites   0 Comments

Color spaces of #a0c777

RGB 160199119
HSL0.250.420.62
HSV89°40°78°
CMYK 0.200.000.40   0.22
XYZ38.250449.652325.0206
Yxy49.65230.33870.4397
Hunter Lab70.4644-26.417028.2723
CIE-Lab75.8553-26.778535.8695

#a0c777 color RGB value is (160,199,119).

#a0c777 hex color red value is 160, green value is 199 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #a0c777 hue: 0.25 , saturation: 0.42 and the lightness value of a0c777 is 0.62.

The process color (four color CMYK) of #a0c777 color hex is 0.20, 0.00, 0.40, 0.22. Web safe color of #a0c777 is #99cc66. Color #a0c777 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11000111 01110111
Octal 240 307 167
Decimal 160 199 119
Hex A0 C7 77

RGB Percentages of Color #a0c777

%33.47
%41.63
%24.90

CMYK Percentages of Color #a0c777

%20
%0
%40
%22

Triadic Colors of #a0c777

#a0c777 #77a0c7 #c777a0

Analogous Colors of #a0c777

#a0c777 #78c777 #c7c677

Monochromatic Colors of #a0c777

#a0c777

Complementary Color

#a0c777 #9e77c7

#a0c777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0c777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0c777 Color CSS Codes

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

#a0c777 Text Font Color

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

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


#a0c777 Background Color

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

This div background color is #a0c777


#a0c777 Border Color

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

This div border color is #a0c777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0c777


Comments

No comments written yet.

Please login to write comment.