Color Hex Logo

#aaf22a Color Hex

#AAF22A
(170,242,42)
0 Favorites   0 Comments

Color spaces of #aaf22a

RGB 17024242
HSL0.230.880.56
HSV82°83°95°
CMYK 0.300.000.83   0.05
XYZ48.747672.217513.5606
Yxy72.21750.36240.5368
Hunter Lab84.9809-46.323550.0256
CIE-Lab88.0732-48.362579.5586

#aaf22a color RGB value is (170,242,42).

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

The process color (four color CMYK) of #aaf22a color hex is 0.30, 0.00, 0.83, 0.05. Web safe color of #aaf22a is #99ff33. Color #aaf22a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110010 00101010
Octal 252 362 52
Decimal 170 242 42
Hex AA F2 2A

RGB Percentages of Color #aaf22a

%37.44
%53.30
%9.25

CMYK Percentages of Color #aaf22a

%30
%0
%83
%5

Triadic Colors of #aaf22a

#aaf22a #2aaaf2 #f22aaa

Analogous Colors of #aaf22a

#aaf22a #46f22a #f2d62a

Monochromatic Colors of #aaf22a

#aaf22a

Complementary Color

#aaf22a #722af2

#aaf22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf22a Color CSS Codes

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

#aaf22a Text Font Color

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

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


#aaf22a Background Color

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

This div background color is #aaf22a


#aaf22a Border Color

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

This div border color is #aaf22a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,242,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 #aaf22a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf22a


Comments

No comments written yet.

Please login to write comment.