Color Hex Logo

#acc77a Color Hex

#ACC77A
(172,199,122)
0 Favorites   0 Comments

Color spaces of #acc77a

RGB 172199122
HSL0.230.410.63
HSV81°39°78°
CMYK 0.140.000.39   0.22
XYZ40.949551.022626.1024
Yxy51.02260.34680.4321
Hunter Lab71.4301-22.672128.3350
CIE-Lab76.6927-21.901535.5725

#acc77a color RGB value is (172,199,122).

#acc77a hex color red value is 172, green value is 199 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #acc77a hue: 0.23 , saturation: 0.41 and the lightness value of acc77a is 0.63.

The process color (four color CMYK) of #acc77a color hex is 0.14, 0.00, 0.39, 0.22. Web safe color of #acc77a is #99cc66. Color #acc77a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000111 01111010
Octal 254 307 172
Decimal 172 199 122
Hex AC C7 7A

RGB Percentages of Color #acc77a

%34.89
%40.37
%24.75

CMYK Percentages of Color #acc77a

%14
%0
%39
%22

Triadic Colors of #acc77a

#acc77a #7aacc7 #c77aac

Analogous Colors of #acc77a

#acc77a #86c77a #c7bc7a

Monochromatic Colors of #acc77a

#acc77a

Complementary Color

#acc77a #957ac7

#acc77a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc77a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc77a Color CSS Codes

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

#acc77a Text Font Color

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

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


#acc77a Background Color

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

This div background color is #acc77a


#acc77a Border Color

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

This div border color is #acc77a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,199,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 #acc77a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc77a


Comments

No comments written yet.

Please login to write comment.