Color Hex Logo

#aac04c Color Hex

#AAC04C
(170,192,76)
0 Favorites   0 Comments

Color spaces of #aac04c

RGB 17019276
HSL0.200.480.53
HSV71°60°75°
CMYK 0.110.000.60   0.25
XYZ36.731746.767113.9285
Yxy46.76710.37700.4800
Hunter Lab68.3865-23.800535.7947
CIE-Lab74.0405-23.907854.4692

#aac04c color RGB value is (170,192,76).

#aac04c hex color red value is 170, green value is 192 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aac04c hue: 0.20 , saturation: 0.48 and the lightness value of aac04c is 0.53.

The process color (four color CMYK) of #aac04c color hex is 0.11, 0.00, 0.60, 0.25. Web safe color of #aac04c is #99cc33. Color #aac04c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000000 01001100
Octal 252 300 114
Decimal 170 192 76
Hex AA C0 4C

RGB Percentages of Color #aac04c

%38.81
%43.84
%17.35

CMYK Percentages of Color #aac04c

%11
%0
%60
%25

Triadic Colors of #aac04c

#aac04c #4caac0 #c04caa

Analogous Colors of #aac04c

#aac04c #70c04c #c09c4c

Monochromatic Colors of #aac04c

#aac04c

Complementary Color

#aac04c #624cc0

#aac04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac04c Color CSS Codes

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

#aac04c Text Font Color

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

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


#aac04c Background Color

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

This div background color is #aac04c


#aac04c Border Color

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

This div border color is #aac04c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,192,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aac04c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aac04c;
  -webkit-box-shadow: 1px 1px 3px 2px #aac04c;
  box-shadow:         1px 1px 3px 2px #aac04c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,192,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac04c


Comments

No comments written yet.

Please login to write comment.