Color Hex Logo

#acc84a Color Hex

#ACC84A
(172,200,74)
0 Favorites   0 Comments

Color spaces of #acc84a

RGB 17220074
HSL0.200.530.54
HSV73°63°78°
CMYK 0.140.000.63   0.22
XYZ38.903650.573614.1898
Yxy50.57360.37530.4878
Hunter Lab71.1151-26.802837.9503
CIE-Lab76.4200-27.122957.9454

#acc84a color RGB value is (172,200,74).

#acc84a hex color red value is 172, green value is 200 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #acc84a hue: 0.20 , saturation: 0.53 and the lightness value of acc84a is 0.54.

The process color (four color CMYK) of #acc84a color hex is 0.14, 0.00, 0.63, 0.22. Web safe color of #acc84a is #99cc33. Color #acc84a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001000 01001010
Octal 254 310 112
Decimal 172 200 74
Hex AC C8 4A

RGB Percentages of Color #acc84a

%38.57
%44.84
%16.59

CMYK Percentages of Color #acc84a

%14
%0
%63
%22

Triadic Colors of #acc84a

#acc84a #4aacc8 #c84aac

Analogous Colors of #acc84a

#acc84a #6dc84a #c8a54a

Monochromatic Colors of #acc84a

#acc84a

Complementary Color

#acc84a #664ac8

#acc84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc84a Color CSS Codes

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

#acc84a Text Font Color

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

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


#acc84a Background Color

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

This div background color is #acc84a


#acc84a Border Color

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

This div border color is #acc84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc84a


Comments

No comments written yet.

Please login to write comment.