Color Hex Logo

#acc64a Color Hex

#ACC64A
(172,198,74)
0 Favorites   0 Comments

Color spaces of #acc64a

RGB 17219874
HSL0.200.520.53
HSV73°63°78°
CMYK 0.130.000.63   0.22
XYZ38.443449.653214.0364
Yxy49.65320.37640.4862
Hunter Lab70.4650-25.930137.5151
CIE-Lab75.8559-26.161157.3396

#acc64a color RGB value is (172,198,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000110 01001010
Octal 254 306 112
Decimal 172 198 74
Hex AC C6 4A

RGB Percentages of Color #acc64a

%38.74
%44.59
%16.67

CMYK Percentages of Color #acc64a

%13
%0
%63
%22

Triadic Colors of #acc64a

#acc64a #4aacc6 #c64aac

Analogous Colors of #acc64a

#acc64a #6ec64a #c6a24a

Monochromatic Colors of #acc64a

#acc64a

Complementary Color

#acc64a #644ac6

#acc64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc64a Color CSS Codes

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

#acc64a Text Font Color

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

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


#acc64a Background Color

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

This div background color is #acc64a


#acc64a Border Color

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

This div border color is #acc64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc64a


Comments

No comments written yet.

Please login to write comment.