Color Hex Logo

#a1c59a Color Hex

#A1C59A
(161,197,154)
0 Favorites   0 Comments

Color spaces of #a1c59a

RGB 161197154
HSL0.310.270.69
HSV110°22°77°
CMYK 0.180.000.22   0.23
XYZ40.496949.842738.0580
Yxy49.84270.31540.3882
Hunter Lab70.5994-21.158517.4581
CIE-Lab75.9726-20.194117.6905

#a1c59a color RGB value is (161,197,154).

#a1c59a hex color red value is 161, green value is 197 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a1c59a hue: 0.31 , saturation: 0.27 and the lightness value of a1c59a is 0.69.

The process color (four color CMYK) of #a1c59a color hex is 0.18, 0.00, 0.22, 0.23. Web safe color of #a1c59a is #99cc99. Color #a1c59a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11000101 10011010
Octal 241 305 232
Decimal 161 197 154
Hex A1 C5 9A

RGB Percentages of Color #a1c59a

%31.45
%38.48
%30.08

CMYK Percentages of Color #a1c59a

%18
%0
%22
%23

Triadic Colors of #a1c59a

#a1c59a #9aa1c5 #c59aa1

Analogous Colors of #a1c59a

#a1c59a #9ac5a9 #b7c59a

Monochromatic Colors of #a1c59a

#a1c59a

Complementary Color

#a1c59a #be9ac5

#a1c59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1c59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1c59a Color CSS Codes

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

#a1c59a Text Font Color

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

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


#a1c59a Background Color

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

This div background color is #a1c59a


#a1c59a Border Color

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

This div border color is #a1c59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1c59a


Comments

No comments written yet.

Please login to write comment.