COLOR #AAE48B

HEX: #AAE48B RGB: (170,228,139)

Color info

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

RGB color model

#AAE48B color RGB value is (170,228,139).

RGB: (170,228,139) (67%, 89%, 55%)

RGB channels and saturation

R 170 of 255 = 67%
G 228 of 255 = 89%
B 139 of 255 = 55%

170
228
139

R + G + B ~ 70%. #AAE48B is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 228 + 139 = 537 (100%)
R 170 of 537 ~ 31.66%
G 228 of 537 ~ 42.46%
B 139 of 537 ~ 25.88'%

%31.66
%42.46
%25.88

CMYK color model

#AAE48B color CMYK value is (25,0,39,11).

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 39.04%
  • key color value is 10.59%
CMYK: (25,0,39,11) C25M0Y39K11 (25%,0%,39%,11%) (0.25/0.00/0.39/0.11) 

CMYK percentages

%25.44
%0
%39.04
%10.59

Codes

Color #AAE48B in popluar color models

AA E4 8B
RGB 170 228 139
HSL 99° 62.24% 71.96%
HSB/HSV 99° 39.04% 89.41%
CMYK 25.44% 0.00% 39.04%
10.59%

Color #AAE48B in popluar number systems.

HEX AA E4 8B
Decimal 170 228 139
Binary 10101010 11100100 10001011
Octal 252 344 213

Shades and tints

Shades of #AAE48B

#AAE48B
(170,228,139)
#9BD07F
(155,208,127)
#8CBC73
(140,188,115)
#7DA867
(125,168,103)
#6E945B
(110,148,91)
#5F804F
(95,128,79)
#506C43
(80,108,67)
#415837
(65,88,55)
#32442B
(50,68,43)
#23301F
(35,48,31)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #AAE48B

#AAE48B
(170,228,139)
#B1E695
(177,230,149)
#B8E89F
(184,232,159)
#BFEAA9
(191,234,169)
#C6ECB3
(198,236,179)
#CDEEBD
(205,238,189)
#D4F0C7
(212,240,199)
#DBF2D1
(219,242,209)
#E2F4DB
(226,244,219)
#E9F6E5
(233,246,229)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE48B color. Also use rgb(170,228,139) instead hex code.

Text Font Color

.myTextColor { color: #AAE48B; }

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

This text font color is #AAE48B.

Background Color

.myBgColor { background-color: #AAE48B; }

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

This div background color is #AAE48B.

Border color

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

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

This div border color is #AAE48B.

Opacity

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

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

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

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

This text has shadow with #AAE48B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE48B.

Preview

Color preview on black background

This text has color #AAE48B on black background.


Color preview on white background

This text has color #AAE48B on white background.


Black color preview on #AAE48B background

This text has black color on #AAE48B background.


White color preview on #AAE48B background

This text has white color on #AAE48B background.


Related colors

Complementary color

Complementary color for #hex is #551B74.


I love getcolorcode.com

Triadic colors

1 #8BAAE4 and #E48BAA with #AAE48B are triadic colors.

2 #8BE4AA and #E4AA8B with #AAE48B are triadic colors.