Color Hex Logo

#aaf77a Color Hex

#AAF77A
(170,247,122)
0 Favorites   0 Comments

Color spaces of #aaf77a

RGB 170247122
HSL0.270.890.72
HSV97°51°97°
CMYK 0.310.000.51   0.03
XYZ53.351276.472730.3612
Yxy76.47270.33310.4774
Hunter Lab87.4487-44.134840.6292
CIE-Lab90.0784-44.783752.2316

#aaf77a color RGB value is (170,247,122).

#aaf77a hex color red value is 170, green value is 247 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aaf77a hue: 0.27 , saturation: 0.89 and the lightness value of aaf77a is 0.72.

The process color (four color CMYK) of #aaf77a color hex is 0.31, 0.00, 0.51, 0.03. Web safe color of #aaf77a is #99ff66. Color #aaf77a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110111 01111010
Octal 252 367 172
Decimal 170 247 122
Hex AA F7 7A

RGB Percentages of Color #aaf77a

%31.54
%45.83
%22.63

CMYK Percentages of Color #aaf77a

%31
%0
%51
%3

Triadic Colors of #aaf77a

#aaf77a #7aaaf7 #f77aaa

Analogous Colors of #aaf77a

#aaf77a #7af789 #e9f77a

Monochromatic Colors of #aaf77a

#aaf77a

Complementary Color

#aaf77a #c77af7

#aaf77a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf77a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf77a Color CSS Codes

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

#aaf77a Text Font Color

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

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


#aaf77a Background Color

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

This div background color is #aaf77a


#aaf77a Border Color

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

This div border color is #aaf77a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf77a


Comments

No comments written yet.

Please login to write comment.