Color Hex Logo

#a1e36b Color Hex

#A1E36B
(161,227,107)
0 Favorites   0 Comments

Color spaces of #a1e36b

RGB 161227107
HSL0.260.680.65
HSV93°53°89°
CMYK 0.290.000.53   0.11
XYZ44.820963.576823.8192
Yxy63.57680.33900.4809
Hunter Lab79.7351-39.197438.1029
CIE-Lab83.7449-40.754951.4652

#a1e36b color RGB value is (161,227,107).

#a1e36b hex color red value is 161, green value is 227 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a1e36b hue: 0.26 , saturation: 0.68 and the lightness value of a1e36b is 0.65.

The process color (four color CMYK) of #a1e36b color hex is 0.29, 0.00, 0.53, 0.11. Web safe color of #a1e36b is #99cc66. Color #a1e36b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11100011 01101011
Octal 241 343 153
Decimal 161 227 107
Hex A1 E3 6B

RGB Percentages of Color #a1e36b

%32.53
%45.86
%21.62

CMYK Percentages of Color #a1e36b

%29
%0
%53
%11

Triadic Colors of #a1e36b

#a1e36b #6ba1e3 #e36ba1

Analogous Colors of #a1e36b

#a1e36b #6be371 #dde36b

Monochromatic Colors of #a1e36b

#a1e36b

Complementary Color

#a1e36b #ad6be3

#a1e36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1e36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1e36b Color CSS Codes

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

#a1e36b Text Font Color

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

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


#a1e36b Background Color

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

This div background color is #a1e36b


#a1e36b Border Color

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

This div border color is #a1e36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1e36b


Comments

No comments written yet.

Please login to write comment.