Color Hex Logo

#a5e020 Color Hex

#A5E020
(165,224,32)
0 Favorites   0 Comments

Color spaces of #a5e020

RGB 16522432
HSL0.220.760.50
HSV78°86°88°
CMYK 0.260.000.86   0.12
XYZ42.433461.414910.9843
Yxy61.41490.36950.5348
Hunter Lab78.3677-40.491846.5471
CIE-Lab82.6013-42.862076.8984

#a5e020 color RGB value is (165,224,32).

#a5e020 hex color red value is 165, green value is 224 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #a5e020 hue: 0.22 , saturation: 0.76 and the lightness value of a5e020 is 0.50.

The process color (four color CMYK) of #a5e020 color hex is 0.26, 0.00, 0.86, 0.12. Web safe color of #a5e020 is #99cc33. Color #a5e020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11100000 00100000
Octal 245 340 40
Decimal 165 224 32
Hex A5 E0 20

RGB Percentages of Color #a5e020

%39.19
%53.21
%7.60

CMYK Percentages of Color #a5e020

%26
%0
%86
%12

Triadic Colors of #a5e020

#a5e020 #20a5e0 #e020a5

Analogous Colors of #a5e020

#a5e020 #45e020 #e0bb20

Monochromatic Colors of #a5e020

#a5e020

Complementary Color

#a5e020 #5b20e0

#a5e020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5e020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5e020 Color CSS Codes

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

#a5e020 Text Font Color

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

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


#a5e020 Background Color

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

This div background color is #a5e020


#a5e020 Border Color

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

This div border color is #a5e020


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,224,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5e020; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5e020;
  -webkit-box-shadow: 1px 1px 3px 2px #a5e020;
  box-shadow:         1px 1px 3px 2px #a5e020; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,224,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5e020


Comments

No comments written yet.

Please login to write comment.