color codes Logo

#aaff2a color codes

#AAFF2A
(170,255,42)
0 Favorites   0 Comments

Color spaces of #aaff2a

RGB 17025542
HSL0.231.000.58
HSV84°84°100°
CMYK 0.330.000.84   0.00
XYZ52.755580.233214.8965
Yxy80.23320.35670.5425
Hunter Lab89.5730-51.622252.8408
CIE-Lab91.7894-53.699782.7882

#aaff2a color RGB value is (170,255,42).

#aaff2a hex color red value is 170, green value is 255 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aaff2a hue: 0.23 , saturation: 1.00 and the lightness value of aaff2a is 0.58.

The process color (four color CMYK) of #aaff2a color code is 0.33, 0.00, 0.84, 0.00. Web safe color of #aaff2a is #99ff33. Color #aaff2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 00101010
Octal 252 377 52
Decimal 170 255 42
Hex AA FF 2A

RGB Percentages of Color #aaff2a

%36.40
%54.60
%8.99

CMYK Percentages of Color #aaff2a

%33
%0
%84
%0

Triadic Colors of #aaff2a

#aaff2a #2aaaff #ff2aaa

Analogous Colors of #aaff2a

#aaff2a #3fff2a #ffea2a

Monochromatic Colors of #aaff2a

#aaff2a

Complementary Color

#aaff2a #7f2aff

#aaff2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaff2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaff2a Color CSS Codes

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

#aaff2a Text Font Color

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

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


#aaff2a Background Color

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

This div background color is #aaff2a


#aaff2a Border Color

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

This div border color is #aaff2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaff2a


Comments

No comments written yet.

Please login to write comment.