Color Hex Logo

#aaf20a Color Hex

#AAF20A
(170,242,10)
0 Favorites   0 Comments

Color spaces of #aaf20a

RGB 17024210
HSL0.220.920.49
HSV79°96°95°
CMYK 0.300.000.96   0.05
XYZ48.384572.072211.6484
Yxy72.07220.36630.5456
Hunter Lab84.8953-46.834251.2916
CIE-Lab88.0033-49.057784.3726

#aaf20a color RGB value is (170,242,10).

#aaf20a hex color red value is 170, green value is 242 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aaf20a hue: 0.22 , saturation: 0.92 and the lightness value of aaf20a is 0.49.

The process color (four color CMYK) of #aaf20a color hex is 0.30, 0.00, 0.96, 0.05. Web safe color of #aaf20a is #99ff00. Color #aaf20a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110010 00001010
Octal 252 362 12
Decimal 170 242 10
Hex AA F2 A

RGB Percentages of Color #aaf20a

%40.28
%57.35
%2.37

CMYK Percentages of Color #aaf20a

%30
%0
%96
%5

Triadic Colors of #aaf20a

#aaf20a #0aaaf2 #f20aaa

Analogous Colors of #aaf20a

#aaf20a #36f20a #f2c60a

Monochromatic Colors of #aaf20a

#aaf20a

Complementary Color

#aaf20a #520af2

#aaf20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf20a Color CSS Codes

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

#aaf20a Text Font Color

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

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


#aaf20a Background Color

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

This div background color is #aaf20a


#aaf20a Border Color

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

This div border color is #aaf20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf20a


Comments

No comments written yet.

Please login to write comment.