COLOR #AAFDA0

HEX: #AAFDA0 RGB: (170,253,160)

Color info

#AAFDA0 contains mainly green color. Web safe color of #AAFDA0 is #99FF99 (or #9F9).

RGB color model

#AAFDA0 color RGB value is (170,253,160).

RGB: (170,253,160) (67%, 99%, 63%)

RGB channels and saturation

R 170 of 255 = 67%
G 253 of 255 = 99%
B 160 of 255 = 63%

170
253
160

R + G + B ~ 76%. #AAFDA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 253 + 160 = 583 (100%)
R 170 of 583 ~ 29.16%
G 253 of 583 ~ 43.4%
B 160 of 583 ~ 27.44'%

%29.16
%43.4
%27.44

CMYK color model

#AAFDA0 color CMYK value is (33,0,37,1).

  • cyan value is 32.81%
  • magenta value is 0.00%
  • yellow value is 36.76%
  • key color value is 0.78%

CMYK: (33,0,37,1)
C33M0Y37K1 (33%, 0%, 37%, 1%)
(0.33 / 0.00 / 0.37 / 0.01)

CMYK percentages

%32.81
%0
%36.76
%0.78

Codes

Color #AAFDA0 in popluar color models

AA FD A0
RGB 170 253 160
HSL 114° 95.88% 80.98%
HSB/HSV 114° 36.76% 99.22%
CMYK 32.81% 0.00% 36.76%
0.78%

Color #AAFDA0 in popluar number systems.

HEX AA FD A0
Decimal 170 253 160
Binary 10101010 11111101 10100000
Octal 252 375 240

Shades and tints

Shades of #AAFDA0

#AAFDA0
(170,253,160)
#9BE692
(155,230,146)
#8CCF84
(140,207,132)
#7DB876
(125,184,118)
#6EA168
(110,161,104)
#5F8A5A
(95,138,90)
#50734C
(80,115,76)
#415C3E
(65,92,62)
#324530
(50,69,48)
#232E22
(35,46,34)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #AAFDA0

#AAFDA0
(170,253,160)
#B1FDA8
(177,253,168)
#B8FDB0
(184,253,176)
#BFFDB8
(191,253,184)
#C6FDC0
(198,253,192)
#CDFDC8
(205,253,200)
#D4FDD0
(212,253,208)
#DBFDD8
(219,253,216)
#E2FDE0
(226,253,224)
#E9FDE8
(233,253,232)
#F0FDF0
(240,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAFDA0 color. Also use rgb(170,253,160) instead hex code.

Text Font Color

.myTextColor { color: #AAFDA0; }

<p style="color:#AAFDA0">This sample text font color is #AAFDA0.</p>

This text font color is #AAFDA0.

Background Color

.myBgColor { background-color: #AAFDA0; }

<div style="background-color:#AAFDA0">Inner text</div>

This div background color is #AAFDA0.

Border color

.myBorderColor { border: 1px solid #AAFDA0; }

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

This div border color is #AAFDA0.

Opacity

.myOpacity80 { color: #AAFDA0; opacity: 0.8; }

<p style="color:#AAFDA0;opacity:0.8;">80%</p>

Text with #AAFDA0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AAFDA0;}

<p style="text-shadow: 3px 3px 1px #AAFDA0">Text here.</p>

This text has shadow with #AAFDA0 color.


.textShadow {text-shadow: 3px 3px 1px #AAFDA0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AAFDA0, 5px 5px 20px red">Text here.</p>

This text has shadow with #AAFDA0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAFDA0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AAFDA0, Direction=45, Strength=4)">Text</p>

This text has shadow with #AAFDA0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AAFDA0;
-webkit-box-shadow: 1px 1px 3px 2px #AAFDA0;
box-shadow: 1px 1px 3px 2px #AAFDA0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAFDA0; -webkit-box-shadow: 1px 1px 3px 2px #AAFDA0; box-shadow:1px 1px 3px 2px #AAFDA0;">
Div content here
</div>

This div box has shadow with color #AAFDA0.

Preview

Color preview on black background

This text has color #AAFDA0 on black background.


Color preview on white background

This text has color #AAFDA0 on white background.


Black color preview on #AAFDA0 background

This text has black color on #AAFDA0 background.


White color preview on #AAFDA0 background

This text has white color on #AAFDA0 background.


Related colors

Complementary color

Complementary color for #hex is #55025F.


I love getcolorcode.com

Triadic colors

1 #A0AAFD and #FDA0AA with #AAFDA0 are triadic colors.

2 #A0FDAA and #FDAAA0 with #AAFDA0 are triadic colors.