Color Hex Logo

#aac42e Color Hex

#AAC42E
(170,196,46)
0 Favorites   0 Comments

Color spaces of #aac42e

RGB 17019646
HSL0.200.620.47
HSV70°77°77°
CMYK 0.130.000.77   0.23
XYZ36.810648.22329.9526
Yxy48.22320.38750.5077
Hunter Lab69.4429-26.905140.1126
CIE-Lab74.9655-27.634166.7445

#aac42e color RGB value is (170,196,46).

#aac42e hex color red value is 170, green value is 196 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aac42e hue: 0.20 , saturation: 0.62 and the lightness value of aac42e is 0.47.

The process color (four color CMYK) of #aac42e color hex is 0.13, 0.00, 0.77, 0.23. Web safe color of #aac42e is #99cc33. Color #aac42e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 00101110
Octal 252 304 56
Decimal 170 196 46
Hex AA C4 2E

RGB Percentages of Color #aac42e

%41.26
%47.57
%11.17

CMYK Percentages of Color #aac42e

%13
%0
%77
%23

Triadic Colors of #aac42e

#aac42e #2eaac4 #c42eaa

Analogous Colors of #aac42e

#aac42e #5fc42e #c4932e

Monochromatic Colors of #aac42e

#aac42e

Complementary Color

#aac42e #482ec4

#aac42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac42e Color CSS Codes

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

#aac42e Text Font Color

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

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


#aac42e Background Color

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

This div background color is #aac42e


#aac42e Border Color

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

This div border color is #aac42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac42e


Comments

No comments written yet.

Please login to write comment.