Color Hex Logo

#acd22a Color Hex

#ACD22A
(172,210,42)
0 Favorites   0 Comments

Color spaces of #acd22a

RGB 17221042
HSL0.200.670.49
HSV74°80°82°
CMYK 0.180.000.80   0.18
XYZ40.477855.031010.6791
Yxy55.03100.38120.5182
Hunter Lab74.1829-32.421743.3928
CIE-Lab79.0591-33.557271.6616

#acd22a color RGB value is (172,210,42).

#acd22a hex color red value is 172, green value is 210 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #acd22a hue: 0.20 , saturation: 0.67 and the lightness value of acd22a is 0.49.

The process color (four color CMYK) of #acd22a color hex is 0.18, 0.00, 0.80, 0.18. Web safe color of #acd22a is #99cc33. Color #acd22a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010010 00101010
Octal 254 322 52
Decimal 172 210 42
Hex AC D2 2A

RGB Percentages of Color #acd22a

%40.57
%49.53
%9.91

CMYK Percentages of Color #acd22a

%18
%0
%80
%18

Triadic Colors of #acd22a

#acd22a #2aacd2 #d22aac

Analogous Colors of #acd22a

#acd22a #58d22a #d2a42a

Monochromatic Colors of #acd22a

#acd22a

Complementary Color

#acd22a #502ad2

#acd22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd22a Color CSS Codes

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

#acd22a Text Font Color

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

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


#acd22a Background Color

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

This div background color is #acd22a


#acd22a Border Color

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

This div border color is #acd22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd22a


Comments

No comments written yet.

Please login to write comment.