Color Hex Logo

#acc56a Color Hex

#ACC56A
(172,197,106)
0 Favorites   0 Comments

Color spaces of #acc56a

RGB 172197106
HSL0.210.440.59
HSV76°46°77°
CMYK 0.130.000.46   0.23
XYZ39.581049.743821.1510
Yxy49.74380.35830.4503
Hunter Lab70.5293-23.252131.5900
CIE-Lab75.9117-22.789842.6387

#acc56a color RGB value is (172,197,106).

#acc56a hex color red value is 172, green value is 197 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #acc56a hue: 0.21 , saturation: 0.44 and the lightness value of acc56a is 0.59.

The process color (four color CMYK) of #acc56a color hex is 0.13, 0.00, 0.46, 0.23. Web safe color of #acc56a is #99cc66. Color #acc56a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 01101010
Octal 254 305 152
Decimal 172 197 106
Hex AC C5 6A

RGB Percentages of Color #acc56a

%36.21
%41.47
%22.32

CMYK Percentages of Color #acc56a

%13
%0
%46
%23

Triadic Colors of #acc56a

#acc56a #6aacc5 #c56aac

Analogous Colors of #acc56a

#acc56a #7fc56a #c5b16a

Monochromatic Colors of #acc56a

#acc56a

Complementary Color

#acc56a #836ac5

#acc56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc56a Color CSS Codes

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

#acc56a Text Font Color

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

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


#acc56a Background Color

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

This div background color is #acc56a


#acc56a Border Color

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

This div border color is #acc56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc56a


Comments

No comments written yet.

Please login to write comment.