Color Hex Logo

#a0b75e Color Hex

#A0B75E
(160,183,94)
0 Favorites   0 Comments

Color spaces of #a0b75e

RGB 16018394
HSL0.210.380.54
HSV76°49°72°
CMYK 0.130.000.49   0.28
XYZ33.451142.148716.9621
Yxy42.14870.36140.4554
Hunter Lab64.9220-21.641429.9548
CIE-Lab70.9733-21.869342.3397

#a0b75e color RGB value is (160,183,94).

#a0b75e hex color red value is 160, green value is 183 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a0b75e hue: 0.21 , saturation: 0.38 and the lightness value of a0b75e is 0.54.

The process color (four color CMYK) of #a0b75e color hex is 0.13, 0.00, 0.49, 0.28. Web safe color of #a0b75e is #99cc66. Color #a0b75e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10110111 01011110
Octal 240 267 136
Decimal 160 183 94
Hex A0 B7 5E

RGB Percentages of Color #a0b75e

%36.61
%41.88
%21.51

CMYK Percentages of Color #a0b75e

%13
%0
%49
%28

Triadic Colors of #a0b75e

#a0b75e #5ea0b7 #b75ea0

Analogous Colors of #a0b75e

#a0b75e #74b75e #b7a25e

Monochromatic Colors of #a0b75e

#a0b75e

Complementary Color

#a0b75e #755eb7

#a0b75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0b75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0b75e Color CSS Codes

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

#a0b75e Text Font Color

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

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


#a0b75e Background Color

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

This div background color is #a0b75e


#a0b75e Border Color

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

This div border color is #a0b75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0b75e


Comments

No comments written yet.

Please login to write comment.