Color Hex Logo

#acc75a Color Hex

#ACC75A
(172,199,90)
0 Favorites   0 Comments

Color spaces of #acc75a

RGB 17219990
HSL0.210.490.57
HSV75°55°78°
CMYK 0.140.000.55   0.22
XYZ39.282150.355717.3221
Yxy50.35570.36730.4708
Hunter Lab70.9618-25.371335.2003
CIE-Lab76.2871-25.349950.7454

#acc75a color RGB value is (172,199,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000111 01011010
Octal 254 307 132
Decimal 172 199 90
Hex AC C7 5A

RGB Percentages of Color #acc75a

%37.31
%43.17
%19.52

CMYK Percentages of Color #acc75a

%14
%0
%55
%22

Triadic Colors of #acc75a

#acc75a #5aacc7 #c75aac

Analogous Colors of #acc75a

#acc75a #76c75a #c7ac5a

Monochromatic Colors of #acc75a

#acc75a

Complementary Color

#acc75a #755ac7

#acc75a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc75a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc75a Color CSS Codes

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

#acc75a Text Font Color

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

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


#acc75a Background Color

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

This div background color is #acc75a


#acc75a Border Color

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

This div border color is #acc75a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc75a


Comments

No comments written yet.

Please login to write comment.