Color Hex Logo

#a1b14e Color Hex

#A1B14E
(161,177,78)
0 Favorites   0 Comments

Color spaces of #a1b14e

RGB 16117778
HSL0.190.390.50
HSV70°56°69°
CMYK 0.090.000.56   0.31
XYZ31.795239.571413.1700
Yxy39.57140.37610.4681
Hunter Lab62.9058-19.863931.6211
CIE-Lab69.1632-19.990847.9234

#a1b14e color RGB value is (161,177,78).

#a1b14e hex color red value is 161, green value is 177 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a1b14e hue: 0.19 , saturation: 0.39 and the lightness value of a1b14e is 0.50.

The process color (four color CMYK) of #a1b14e color hex is 0.09, 0.00, 0.56, 0.31. Web safe color of #a1b14e is #999966. Color #a1b14e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10110001 01001110
Octal 241 261 116
Decimal 161 177 78
Hex A1 B1 4E

RGB Percentages of Color #a1b14e

%38.70
%42.55
%18.75

CMYK Percentages of Color #a1b14e

%9
%0
%56
%31

Triadic Colors of #a1b14e

#a1b14e #4ea1b1 #b14ea1

Analogous Colors of #a1b14e

#a1b14e #70b14e #b1904e

Monochromatic Colors of #a1b14e

#a1b14e

Complementary Color

#a1b14e #5e4eb1

#a1b14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1b14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1b14e Color CSS Codes

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

#a1b14e Text Font Color

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

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


#a1b14e Background Color

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

This div background color is #a1b14e


#a1b14e Border Color

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

This div border color is #a1b14e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,177,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1b14e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1b14e;
  -webkit-box-shadow: 1px 1px 3px 2px #a1b14e;
  box-shadow:         1px 1px 3px 2px #a1b14e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,177,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1b14e


Comments

No comments written yet.

Please login to write comment.