Color Hex Logo

#a1c58a Color Hex

#A1C58A
(161,197,138)
0 Favorites   0 Comments

Color spaces of #a1c58a

RGB 161197138
HSL0.270.340.66
HSV97°30°77°
CMYK 0.180.000.30   0.23
XYZ39.251649.344531.5004
Yxy49.34450.32680.4109
Hunter Lab70.2456-23.188322.5844
CIE-Lab75.6651-22.765625.7671

#a1c58a color RGB value is (161,197,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11000101 10001010
Octal 241 305 212
Decimal 161 197 138
Hex A1 C5 8A

RGB Percentages of Color #a1c58a

%32.46
%39.72
%27.82

CMYK Percentages of Color #a1c58a

%18
%0
%30
%23

Triadic Colors of #a1c58a

#a1c58a #8aa1c5 #c58aa1

Analogous Colors of #a1c58a

#a1c58a #8ac591 #bfc58a

Monochromatic Colors of #a1c58a

#a1c58a

Complementary Color

#a1c58a #ae8ac5

#a1c58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1c58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1c58a Color CSS Codes

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

#a1c58a Text Font Color

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

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


#a1c58a Background Color

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

This div background color is #a1c58a


#a1c58a Border Color

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

This div border color is #a1c58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1c58a


Comments

No comments written yet.

Please login to write comment.