Color Hex Logo

#aaf45a Color Hex

#AAF45A
(170,244,90)
0 Favorites   0 Comments

Color spaces of #aaf45a

RGB 17024490
HSL0.250.880.65
HSV89°63°96°
CMYK 0.300.000.63   0.04
XYZ50.773773.985621.2775
Yxy73.98560.34770.5066
Hunter Lab86.0149-45.159345.5439
CIE-Lab88.9157-46.524264.8288

#aaf45a color RGB value is (170,244,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 01011010
Octal 252 364 132
Decimal 170 244 90
Hex AA F4 5A

RGB Percentages of Color #aaf45a

%33.73
%48.41
%17.86

CMYK Percentages of Color #aaf45a

%30
%0
%63
%4

Triadic Colors of #aaf45a

#aaf45a #5aaaf4 #f45aaa

Analogous Colors of #aaf45a

#aaf45a #5df45a #f4f15a

Monochromatic Colors of #aaf45a

#aaf45a

Complementary Color

#aaf45a #a45af4

#aaf45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf45a Color CSS Codes

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

#aaf45a Text Font Color

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

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


#aaf45a Background Color

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

This div background color is #aaf45a


#aaf45a Border Color

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

This div border color is #aaf45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf45a


Comments

No comments written yet.

Please login to write comment.