Color Hex Logo

#aaf25a Color Hex

#AAF25A
(170,242,90)
0 Favorites   0 Comments

Color spaces of #aaf25a

RGB 17024290
HSL0.250.850.65
HSV88°63°95°
CMYK 0.300.000.63   0.05
XYZ50.175272.788521.0779
Yxy72.78850.34830.5053
Hunter Lab85.3162-44.325945.0734
CIE-Lab88.3467-45.672364.2120

#aaf25a color RGB value is (170,242,90).

#aaf25a hex color red value is 170, green value is 242 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aaf25a hue: 0.25 , saturation: 0.85 and the lightness value of aaf25a is 0.65.

The process color (four color CMYK) of #aaf25a color hex is 0.30, 0.00, 0.63, 0.05. Web safe color of #aaf25a is #99ff66. Color #aaf25a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110010 01011010
Octal 252 362 132
Decimal 170 242 90
Hex AA F2 5A

RGB Percentages of Color #aaf25a

%33.86
%48.21
%17.93

CMYK Percentages of Color #aaf25a

%30
%0
%63
%5

Triadic Colors of #aaf25a

#aaf25a #5aaaf2 #f25aaa

Analogous Colors of #aaf25a

#aaf25a #5ef25a #f2ee5a

Monochromatic Colors of #aaf25a

#aaf25a

Complementary Color

#aaf25a #a25af2

#aaf25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf25a Color CSS Codes

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

#aaf25a Text Font Color

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

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


#aaf25a Background Color

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

This div background color is #aaf25a


#aaf25a Border Color

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

This div border color is #aaf25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf25a


Comments

No comments written yet.

Please login to write comment.