Color Hex Logo

#a1d99e Color Hex

#A1D99E
(161,217,158)
0 Favorites   0 Comments

Color spaces of #a1d99e

RGB 161217158
HSL0.320.440.74
HSV117°27°85°
CMYK 0.260.000.27   0.15
XYZ45.682459.671441.4578
Yxy59.67140.31120.4064
Hunter Lab77.2473-29.621622.2528
CIE-Lab81.6593-29.287223.4190

#a1d99e color RGB value is (161,217,158).

#a1d99e hex color red value is 161, green value is 217 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a1d99e hue: 0.32 , saturation: 0.44 and the lightness value of a1d99e is 0.74.

The process color (four color CMYK) of #a1d99e color hex is 0.26, 0.00, 0.27, 0.15. Web safe color of #a1d99e is #99cc99. Color #a1d99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011001 10011110
Octal 241 331 236
Decimal 161 217 158
Hex A1 D9 9E

RGB Percentages of Color #a1d99e

%30.04
%40.49
%29.48

CMYK Percentages of Color #a1d99e

%26
%0
%27
%15

Triadic Colors of #a1d99e

#a1d99e #9ea1d9 #d99ea1

Analogous Colors of #a1d99e

#a1d99e #9ed9b9 #bfd99e

Monochromatic Colors of #a1d99e

#a1d99e

Complementary Color

#a1d99e #d69ed9

#a1d99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1d99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1d99e Color CSS Codes

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

#a1d99e Text Font Color

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

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


#a1d99e Background Color

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

This div background color is #a1d99e


#a1d99e Border Color

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

This div border color is #a1d99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1d99e


Comments

No comments written yet.

Please login to write comment.