Color Hex Logo

#a2d24f Color Hex

#A2D24F
(162,210,79)
0 Favorites   0 Comments

Color spaces of #a2d24f

RGB 16221079
HSL0.230.590.57
HSV82°62°82°
CMYK 0.230.000.62   0.18
XYZ39.358254.339115.8112
Yxy54.33910.35940.4962
Hunter Lab73.7151-33.696038.8834
CIE-Lab78.6590-35.333658.0821

#a2d24f color RGB value is (162,210,79).

#a2d24f hex color red value is 162, green value is 210 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #a2d24f hue: 0.23 , saturation: 0.59 and the lightness value of a2d24f is 0.57.

The process color (four color CMYK) of #a2d24f color hex is 0.23, 0.00, 0.62, 0.18. Web safe color of #a2d24f is #99cc66. Color #a2d24f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11010010 01001111
Octal 242 322 117
Decimal 162 210 79
Hex A2 D2 4F

RGB Percentages of Color #a2d24f

%35.92
%46.56
%17.52

CMYK Percentages of Color #a2d24f

%23
%0
%62
%18

Triadic Colors of #a2d24f

#a2d24f #4fa2d2 #d24fa2

Analogous Colors of #a2d24f

#a2d24f #61d24f #d2c14f

Monochromatic Colors of #a2d24f

#a2d24f

Complementary Color

#a2d24f #7f4fd2

#a2d24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2d24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2d24f Color CSS Codes

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

#a2d24f Text Font Color

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

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


#a2d24f Background Color

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

This div background color is #a2d24f


#a2d24f Border Color

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

This div border color is #a2d24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2d24f


Comments

No comments written yet.

Please login to write comment.