Color Hex Logo

#acc65a Color Hex

#ACC65A
(172,198,90)
0 Favorites   0 Comments

Color spaces of #acc65a

RGB 17219890
HSL0.210.490.56
HSV74°55°78°
CMYK 0.130.000.55   0.22
XYZ39.052849.897017.2456
Yxy49.89700.36770.4699
Hunter Lab70.6378-24.930734.9713
CIE-Lab76.0060-24.864450.4205

#acc65a color RGB value is (172,198,90).

#acc65a hex color red value is 172, green value is 198 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #acc65a hue: 0.21 , saturation: 0.49 and the lightness value of acc65a is 0.56.

The process color (four color CMYK) of #acc65a color hex is 0.13, 0.00, 0.55, 0.22. Web safe color of #acc65a is #99cc66. Color #acc65a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000110 01011010
Octal 254 306 132
Decimal 172 198 90
Hex AC C6 5A

RGB Percentages of Color #acc65a

%37.39
%43.04
%19.57

CMYK Percentages of Color #acc65a

%13
%0
%55
%22

Triadic Colors of #acc65a

#acc65a #5aacc6 #c65aac

Analogous Colors of #acc65a

#acc65a #76c65a #c6aa5a

Monochromatic Colors of #acc65a

#acc65a

Complementary Color

#acc65a #745ac6

#acc65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc65a Color CSS Codes

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

#acc65a Text Font Color

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

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


#acc65a Background Color

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

This div background color is #acc65a


#acc65a Border Color

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

This div border color is #acc65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc65a


Comments

No comments written yet.

Please login to write comment.