COLOR #AADE83

HEX: #AADE83 RGB: (170,222,131)

Color info

#AADE83 contains mainly red and green colors. Web safe color of #AADE83 is #99CC99 (or #9C9).

RGB color model

#AADE83 color RGB value is (170,222,131).

RGB: (170,222,131) (67%, 87%, 51%)

RGB channels and saturation

R 170 of 255 = 67%
G 222 of 255 = 87%
B 131 of 255 = 51%

170
222
131

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

Portions of RGB colors in percentages

R + G + B = 170 + 222 + 131 = 523 (100%)
R 170 of 523 ~ 32.5%
G 222 of 523 ~ 42.45%
B 131 of 523 ~ 25.05'%

%32.5
%42.45
%25.05

CMYK color model

#AADE83 color CMYK value is (23,0,41,13).

  • cyan value is 23.42%
  • magenta value is 0.00%
  • yellow value is 40.99%
  • key color value is 12.94%
CMYK: (23,0,41,13) C23M0Y41K13 (23%,0%,41%,13%) (0.23/0.00/0.41/0.13) 

CMYK percentages

%23.42
%0
%40.99
%12.94

Codes

Color #AADE83 in popluar color models

AA DE 83
RGB 170 222 131
HSL 94° 57.96% 69.22%
HSB/HSV 94° 40.99% 87.06%
CMYK 23.42% 0.00% 40.99%
12.94%

Color #AADE83 in popluar number systems.

HEX AA DE 83
Decimal 170 222 131
Binary 10101010 11011110 10000011
Octal 252 336 203

Shades and tints

Shades of #AADE83

#AADE83
(170,222,131)
#9BCA78
(155,202,120)
#8CB66D
(140,182,109)
#7DA262
(125,162,98)
#6E8E57
(110,142,87)
#5F7A4C
(95,122,76)
#506641
(80,102,65)
#415236
(65,82,54)
#323E2B
(50,62,43)
#232A20
(35,42,32)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #AADE83

#AADE83
(170,222,131)
#B1E18E
(177,225,142)
#B8E499
(184,228,153)
#BFE7A4
(191,231,164)
#C6EAAF
(198,234,175)
#CDEDBA
(205,237,186)
#D4F0C5
(212,240,197)
#DBF3D0
(219,243,208)
#E2F6DB
(226,246,219)
#E9F9E6
(233,249,230)
#F0FCF1
(240,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADE83 color. Also use rgb(170,222,131) instead hex code.

Text Font Color

.myTextColor { color: #AADE83; }

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

This text font color is #AADE83.

Background Color

.myBgColor { background-color: #AADE83; }

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

This div background color is #AADE83.

Border color

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

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

This div border color is #AADE83.

Opacity

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

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

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

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

This text has shadow with #AADE83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADE83.

Preview

Color preview on black background

This text has color #AADE83 on black background.


Color preview on white background

This text has color #AADE83 on white background.


Black color preview on #AADE83 background

This text has black color on #AADE83 background.


White color preview on #AADE83 background

This text has white color on #AADE83 background.


Related colors

Complementary color

Complementary color for #hex is #55217C.


I love getcolorcode.com

Triadic colors

1 #83AADE and #DE83AA with #AADE83 are triadic colors.

2 #83DEAA and #DEAA83 with #AADE83 are triadic colors.