COLOR #AADF80

HEX: #AADF80 RGB: (170,223,128)

Color info

#AADF80 contains mainly red and green colors. Web safe color of #AADF80 is #99CC66 (or #9C6).

RGB color model

#AADF80 color RGB value is (170,223,128).

RGB: (170,223,128) (67%, 87%, 50%)

RGB channels and saturation

R 170 of 255 = 67%
G 223 of 255 = 87%
B 128 of 255 = 50%

170
223
128

R + G + B ~ 68%. #AADF80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 223 + 128 = 521 (100%)
R 170 of 521 ~ 32.63%
G 223 of 521 ~ 42.8%
B 128 of 521 ~ 24.57'%

%32.63
%42.8
%24.57

CMYK color model

#AADF80 color CMYK value is (24,0,43,13).

  • cyan value is 23.77%
  • magenta value is 0.00%
  • yellow value is 42.60%
  • key color value is 12.55%
CMYK: (24,0,43,13) C24M0Y43K13 (24%,0%,43%,13%) (0.24/0.00/0.43/0.13) 

CMYK percentages

%23.77
%0
%42.6
%12.55

Codes

Color #AADF80 in popluar color models

AA DF 80
RGB 170 223 128
HSL 93° 59.75% 68.82%
HSB/HSV 93° 42.60% 87.45%
CMYK 23.77% 0.00% 42.60%
12.55%

Color #AADF80 in popluar number systems.

HEX AA DF 80
Decimal 170 223 128
Binary 10101010 11011111 10000000
Octal 252 337 200

Shades and tints

Shades of #AADF80

#AADF80
(170,223,128)
#9BCB75
(155,203,117)
#8CB76A
(140,183,106)
#7DA35F
(125,163,95)
#6E8F54
(110,143,84)
#5F7B49
(95,123,73)
#50673E
(80,103,62)
#415333
(65,83,51)
#323F28
(50,63,40)
#232B1D
(35,43,29)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #AADF80

#AADF80
(170,223,128)
#B1E18B
(177,225,139)
#B8E396
(184,227,150)
#BFE5A1
(191,229,161)
#C6E7AC
(198,231,172)
#CDE9B7
(205,233,183)
#D4EBC2
(212,235,194)
#DBEDCD
(219,237,205)
#E2EFD8
(226,239,216)
#E9F1E3
(233,241,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADF80 color. Also use rgb(170,223,128) instead hex code.

Text Font Color

.myTextColor { color: #AADF80; }

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

This text font color is #AADF80.

Background Color

.myBgColor { background-color: #AADF80; }

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

This div background color is #AADF80.

Border color

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

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

This div border color is #AADF80.

Opacity

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

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

Text with #AADF80 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 #AADF80;}

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

This text has shadow with #AADF80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADF80.

Preview

Color preview on black background

This text has color #AADF80 on black background.


Color preview on white background

This text has color #AADF80 on white background.


Black color preview on #AADF80 background

This text has black color on #AADF80 background.


White color preview on #AADF80 background

This text has white color on #AADF80 background.


Related colors

Complementary color

Complementary color for #hex is #55207F.


I love getcolorcode.com

Triadic colors

1 #80AADF and #DF80AA with #AADF80 are triadic colors.

2 #80DFAA and #DFAA80 with #AADF80 are triadic colors.