Color Hex Logo

#aac96e Color Hex

#AAC96E
(170,201,110)
0 Favorites   0 Comments

Color spaces of #aac96e

RGB 170201110
HSL0.220.460.61
HSV80°45°79°
CMYK 0.150.000.45   0.21
XYZ40.278751.445122.5588
Yxy51.44510.35240.4502
Hunter Lab71.7252-25.279031.5600
CIE-Lab76.9478-25.074741.9103

#aac96e color RGB value is (170,201,110).

#aac96e hex color red value is 170, green value is 201 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aac96e hue: 0.22 , saturation: 0.46 and the lightness value of aac96e is 0.61.

The process color (four color CMYK) of #aac96e color hex is 0.15, 0.00, 0.45, 0.21. Web safe color of #aac96e is #99cc66. Color #aac96e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001001 01101110
Octal 252 311 156
Decimal 170 201 110
Hex AA C9 6E

RGB Percentages of Color #aac96e

%35.34
%41.79
%22.87

CMYK Percentages of Color #aac96e

%15
%0
%45
%21

Triadic Colors of #aac96e

#aac96e #6eaac9 #c96eaa

Analogous Colors of #aac96e

#aac96e #7dc96e #c9bb6e

Monochromatic Colors of #aac96e

#aac96e

Complementary Color

#aac96e #8d6ec9

#aac96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac96e Color CSS Codes

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

#aac96e Text Font Color

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

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


#aac96e Background Color

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

This div background color is #aac96e


#aac96e Border Color

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

This div border color is #aac96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac96e


Comments

No comments written yet.

Please login to write comment.