Color Hex Logo

#a1e14a Color Hex

#A1E14A
(161,225,74)
0 Favorites   0 Comments

Color spaces of #a1e14a

RGB 16122574
HSL0.240.720.59
HSV85°67°88°
CMYK 0.280.000.67   0.12
XYZ42.859261.921916.1718
Yxy61.92190.35430.5120
Hunter Lab78.6905-40.487342.8985
CIE-Lab82.8719-42.754464.5525

#a1e14a color RGB value is (161,225,74).

#a1e14a hex color red value is 161, green value is 225 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a1e14a hue: 0.24 , saturation: 0.72 and the lightness value of a1e14a is 0.59.

The process color (four color CMYK) of #a1e14a color hex is 0.28, 0.00, 0.67, 0.12. Web safe color of #a1e14a is #99cc33. Color #a1e14a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11100001 01001010
Octal 241 341 112
Decimal 161 225 74
Hex A1 E1 4A

RGB Percentages of Color #a1e14a

%35.00
%48.91
%16.09

CMYK Percentages of Color #a1e14a

%28
%0
%67
%12

Triadic Colors of #a1e14a

#a1e14a #4aa1e1 #e14aa1

Analogous Colors of #a1e14a

#a1e14a #56e14a #e1d64a

Monochromatic Colors of #a1e14a

#a1e14a

Complementary Color

#a1e14a #8a4ae1

#a1e14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1e14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1e14a Color CSS Codes

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

#a1e14a Text Font Color

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

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


#a1e14a Background Color

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

This div background color is #a1e14a


#a1e14a Border Color

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

This div border color is #a1e14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1e14a


Comments

No comments written yet.

Please login to write comment.