Color Hex Logo

#aac200 Color Hex

#AAC200
(170,194,0)
0 Favorites   0 Comments

Color spaces of #aac200

RGB 1701940
HSL0.191.000.38
HSV67°100°76°
CMYK 0.120.001.00   0.24
XYZ35.869447.12967.2064
Yxy47.12960.39760.5225
Hunter Lab68.6510-26.874941.8319
CIE-Lab74.2726-27.780574.7422

#aac200 color RGB value is (170,194,0).

#aac200 hex color red value is 170, green value is 194 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #aac200 hue: 0.19 , saturation: 1.00 and the lightness value of aac200 is 0.38.

The process color (four color CMYK) of #aac200 color hex is 0.12, 0.00, 1.00, 0.24. Web safe color of #aac200 is #99cc00. Color #aac200 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000010 00000000
Octal 252 302 0
Decimal 170 194 0
Hex AA C2 0

RGB Percentages of Color #aac200

%46.70
%53.30
%0.00

CMYK Percentages of Color #aac200

%12
%0
%100
%24

Triadic Colors of #aac200

#aac200 #00aac2 #c200aa

Analogous Colors of #aac200

#aac200 #49c200 #c27900

Monochromatic Colors of #aac200

#aac200

Complementary Color

#aac200 #1800c2

#aac200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac200 Color CSS Codes

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

#aac200 Text Font Color

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

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


#aac200 Background Color

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

This div background color is #aac200


#aac200 Border Color

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

This div border color is #aac200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac200


Comments

No comments written yet.

Please login to write comment.