Color Hex Logo

#acd77a Color Hex

#ACD77A
(172,215,122)
0 Favorites   0 Comments

Color spaces of #acd77a

RGB 172215122
HSL0.240.540.66
HSV88°43°84°
CMYK 0.200.000.43   0.16
XYZ44.826558.776727.3948
Yxy58.77670.34220.4487
Hunter Lab76.6660-29.796732.4803
CIE-Lab81.1687-29.634241.2722

#acd77a color RGB value is (172,215,122).

#acd77a hex color red value is 172, green value is 215 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #acd77a hue: 0.24 , saturation: 0.54 and the lightness value of acd77a is 0.66.

The process color (four color CMYK) of #acd77a color hex is 0.20, 0.00, 0.43, 0.16. Web safe color of #acd77a is #99cc66. Color #acd77a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010111 01111010
Octal 254 327 172
Decimal 172 215 122
Hex AC D7 7A

RGB Percentages of Color #acd77a

%33.79
%42.24
%23.97

CMYK Percentages of Color #acd77a

%20
%0
%43
%16

Triadic Colors of #acd77a

#acd77a #7aacd7 #d77aac

Analogous Colors of #acd77a

#acd77a #7ed77a #d7d47a

Monochromatic Colors of #acd77a

#acd77a

Complementary Color

#acd77a #a57ad7

#acd77a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd77a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd77a Color CSS Codes

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

#acd77a Text Font Color

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

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


#acd77a Background Color

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

This div background color is #acd77a


#acd77a Border Color

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

This div border color is #acd77a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd77a


Comments

No comments written yet.

Please login to write comment.