Color Hex Logo

#acc95a Color Hex

#ACC95A
(172,201,90)
0 Favorites   0 Comments

Color spaces of #acc95a

RGB 17220190
HSL0.210.510.57
HSV76°55°79°
CMYK 0.140.000.55   0.21
XYZ39.745451.282117.4765
Yxy51.28210.36630.4726
Hunter Lab71.6115-26.250235.6586
CIE-Lab76.8496-26.316051.3942

#acc95a color RGB value is (172,201,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 01011010
Octal 254 311 132
Decimal 172 201 90
Hex AC C9 5A

RGB Percentages of Color #acc95a

%37.15
%43.41
%19.44

CMYK Percentages of Color #acc95a

%14
%0
%55
%21

Triadic Colors of #acc95a

#acc95a #5aacc9 #c95aac

Analogous Colors of #acc95a

#acc95a #75c95a #c9af5a

Monochromatic Colors of #acc95a

#acc95a

Complementary Color

#acc95a #775ac9

#acc95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc95a Color CSS Codes

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

#acc95a Text Font Color

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

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


#acc95a Background Color

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

This div background color is #acc95a


#acc95a Border Color

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

This div border color is #acc95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc95a


Comments

No comments written yet.

Please login to write comment.