Color Hex Logo

#a1e613 Color Hex

#A1E613
(161,230,19)
0 Favorites   0 Comments

Color spaces of #a1e613

RGB 16123019
HSL0.220.850.49
HSV80°92°90°
CMYK 0.300.000.92   0.10
XYZ43.112364.217710.7391
Yxy64.21770.36510.5439
Hunter Lab80.1359-44.206848.1496
CIE-Lab84.0790-47.204280.1442

#a1e613 color RGB value is (161,230,19).

#a1e613 hex color red value is 161, green value is 230 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #a1e613 hue: 0.22 , saturation: 0.85 and the lightness value of a1e613 is 0.49.

The process color (four color CMYK) of #a1e613 color hex is 0.30, 0.00, 0.92, 0.10. Web safe color of #a1e613 is #99ff00. Color #a1e613 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11100110 00010011
Octal 241 346 23
Decimal 161 230 19
Hex A1 E6 13

RGB Percentages of Color #a1e613

%39.27
%56.10
%4.63

CMYK Percentages of Color #a1e613

%30
%0
%92
%10

Triadic Colors of #a1e613

#a1e613 #13a1e6 #e613a1

Analogous Colors of #a1e613

#a1e613 #38e613 #e6c213

Monochromatic Colors of #a1e613

#a1e613

Complementary Color

#a1e613 #5813e6

#a1e613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1e613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1e613 Color CSS Codes

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

#a1e613 Text Font Color

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

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


#a1e613 Background Color

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

This div background color is #a1e613


#a1e613 Border Color

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

This div border color is #a1e613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1e613


Comments

No comments written yet.

Please login to write comment.