Color Hex Logo

#aac149 Color Hex

#AAC149
(170,193,73)
0 Favorites   0 Comments

Color spaces of #aac149

RGB 17019373
HSL0.200.490.52
HSV72°62°76°
CMYK 0.120.000.62   0.24
XYZ36.850147.167013.4653
Yxy47.16700.37800.4839
Hunter Lab68.6782-24.410736.4502
CIE-Lab74.2965-24.620056.0401

#aac149 color RGB value is (170,193,73).

#aac149 hex color red value is 170, green value is 193 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #aac149 hue: 0.20 , saturation: 0.49 and the lightness value of aac149 is 0.52.

The process color (four color CMYK) of #aac149 color hex is 0.12, 0.00, 0.62, 0.24. Web safe color of #aac149 is #99cc33. Color #aac149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000001 01001001
Octal 252 301 111
Decimal 170 193 73
Hex AA C1 49

RGB Percentages of Color #aac149

%38.99
%44.27
%16.74

CMYK Percentages of Color #aac149

%12
%0
%62
%24

Triadic Colors of #aac149

#aac149 #49aac1 #c149aa

Analogous Colors of #aac149

#aac149 #6ec149 #c19c49

Monochromatic Colors of #aac149

#aac149

Complementary Color

#aac149 #6049c1

#aac149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac149 Color CSS Codes

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

#aac149 Text Font Color

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

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


#aac149 Background Color

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

This div background color is #aac149


#aac149 Border Color

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

This div border color is #aac149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac149


Comments

No comments written yet.

Please login to write comment.