Color Hex Logo

#a0c767 Color Hex

#A0C767
(160,199,103)
0 Favorites   0 Comments

Color spaces of #a0c767

RGB 160199103
HSL0.230.460.59
HSV84°48°78°
CMYK 0.200.000.48   0.22
XYZ37.368849.299720.3782
Yxy49.29970.34910.4605
Hunter Lab70.2137-27.873731.9418
CIE-Lab75.6374-28.697243.5940

#a0c767 color RGB value is (160,199,103).

#a0c767 hex color red value is 160, green value is 199 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #a0c767 hue: 0.23 , saturation: 0.46 and the lightness value of a0c767 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11000111 01100111
Octal 240 307 147
Decimal 160 199 103
Hex A0 C7 67

RGB Percentages of Color #a0c767

%34.63
%43.07
%22.29

CMYK Percentages of Color #a0c767

%20
%0
%48
%22

Triadic Colors of #a0c767

#a0c767 #67a0c7 #c767a0

Analogous Colors of #a0c767

#a0c767 #70c767 #c7be67

Monochromatic Colors of #a0c767

#a0c767

Complementary Color

#a0c767 #8e67c7

#a0c767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0c767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0c767 Color CSS Codes

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

#a0c767 Text Font Color

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

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


#a0c767 Background Color

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

This div background color is #a0c767


#a0c767 Border Color

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

This div border color is #a0c767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0c767


Comments

No comments written yet.

Please login to write comment.