Color Hex Logo

#a2d619 Color Hex

#A2D619
(162,214,25)
0 Favorites   0 Comments

Color spaces of #a2d619

RGB 16221425
HSL0.210.790.47
HSV77°88°84°
CMYK 0.240.000.88   0.16
XYZ39.122355.84479.6368
Yxy55.84470.37400.5339
Hunter Lab74.7293-37.327944.6647
CIE-Lab79.5254-39.813775.5695

#a2d619 color RGB value is (162,214,25).

#a2d619 hex color red value is 162, green value is 214 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a2d619 hue: 0.21 , saturation: 0.79 and the lightness value of a2d619 is 0.47.

The process color (four color CMYK) of #a2d619 color hex is 0.24, 0.00, 0.88, 0.16. Web safe color of #a2d619 is #99cc00. Color #a2d619 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11010110 00011001
Octal 242 326 31
Decimal 162 214 25
Hex A2 D6 19

RGB Percentages of Color #a2d619

%40.40
%53.37
%6.23

CMYK Percentages of Color #a2d619

%24
%0
%88
%16

Triadic Colors of #a2d619

#a2d619 #19a2d6 #d619a2

Analogous Colors of #a2d619

#a2d619 #43d619 #d6ac19

Monochromatic Colors of #a2d619

#a2d619

Complementary Color

#a2d619 #4d19d6

#a2d619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2d619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2d619 Color CSS Codes

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

#a2d619 Text Font Color

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

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


#a2d619 Background Color

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

This div background color is #a2d619


#a2d619 Border Color

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

This div border color is #a2d619


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,214,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2d619; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2d619;
  -webkit-box-shadow: 1px 1px 3px 2px #a2d619;
  box-shadow:         1px 1px 3px 2px #a2d619; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,214,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2d619


Comments

No comments written yet.

Please login to write comment.