color codes Logo

#aac33e color codes

#AAC33E
(170,195,62)
0 Favorites   0 Comments

Color spaces of #aac33e

RGB 17019562
HSL0.200.530.50
HSV71°68°76°
CMYK 0.130.000.68   0.24
XYZ36.962247.924111.8596
Yxy47.92410.38210.4954
Hunter Lab69.2272-25.841938.3019
CIE-Lab74.7770-26.322160.9982

#aac33e color RGB value is (170,195,62).

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

The process color (four color CMYK) of #aac33e color code is 0.13, 0.00, 0.68, 0.24. Web safe color of #aac33e is #99cc33. Color #aac33e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 00111110
Octal 252 303 76
Decimal 170 195 62
Hex AA C3 3E

RGB Percentages of Color #aac33e

%39.81
%45.67
%14.52

CMYK Percentages of Color #aac33e

%13
%0
%68
%24

Triadic Colors of #aac33e

#aac33e #3eaac3 #c33eaa

Analogous Colors of #aac33e

#aac33e #68c33e #c39a3e

Monochromatic Colors of #aac33e

#aac33e

Complementary Color

#aac33e #573ec3

#aac33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac33e Color CSS Codes

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

#aac33e Text Font Color

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

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


#aac33e Background Color

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

This div background color is #aac33e


#aac33e Border Color

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

This div border color is #aac33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac33e


Comments

No comments written yet.

Please login to write comment.