COLOR #AAE090

HEX: #AAE090 RGB: (170,224,144)

Color info

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

RGB color model

#AAE090 color RGB value is (170,224,144).

RGB: (170,224,144) (67%, 88%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 224 of 255 = 88%
B 144 of 255 = 56%

170
224
144

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

Portions of RGB colors in percentages

R + G + B = 170 + 224 + 144 = 538 (100%)
R 170 of 538 ~ 31.6%
G 224 of 538 ~ 41.64%
B 144 of 538 ~ 26.77'%

%31.6
%41.64
%26.77

CMYK color model

#AAE090 color CMYK value is (24,0,36,12).

  • cyan value is 24.11%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 12.16%

CMYK: (24,0,36,12)
C24M0Y36K12 (24%, 0%, 36%, 12%)
(0.24 / 0.00 / 0.36 / 0.12)

CMYK percentages

%24.11
%0
%35.71
%12.16

Codes

Color #AAE090 in popluar color models

AA E0 90
RGB 170 224 144
HSL 101° 56.34% 72.16%
HSB/HSV 101° 35.71% 87.84%
CMYK 24.11% 0.00% 35.71%
12.16%

Color #AAE090 in popluar number systems.

HEX AA E0 90
Decimal 170 224 144
Binary 10101010 11100000 10010000
Octal 252 340 220

Shades and tints

Shades of #AAE090

#AAE090
(170,224,144)
#9BCC83
(155,204,131)
#8CB876
(140,184,118)
#7DA469
(125,164,105)
#6E905C
(110,144,92)
#5F7C4F
(95,124,79)
#506842
(80,104,66)
#415435
(65,84,53)
#324028
(50,64,40)
#232C1B
(35,44,27)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #AAE090

#AAE090
(170,224,144)
#B1E29A
(177,226,154)
#B8E4A4
(184,228,164)
#BFE6AE
(191,230,174)
#C6E8B8
(198,232,184)
#CDEAC2
(205,234,194)
#D4ECCC
(212,236,204)
#DBEED6
(219,238,214)
#E2F0E0
(226,240,224)
#E9F2EA
(233,242,234)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE090 color. Also use rgb(170,224,144) instead hex code.

Text Font Color

.myTextColor { color: #AAE090; }

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

This text font color is #AAE090.

Background Color

.myBgColor { background-color: #AAE090; }

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

This div background color is #AAE090.

Border color

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

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

This div border color is #AAE090.

Opacity

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

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

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

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

This text has shadow with #AAE090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE090.

Preview

Color preview on black background

This text has color #AAE090 on black background.


Color preview on white background

This text has color #AAE090 on white background.


Black color preview on #AAE090 background

This text has black color on #AAE090 background.


White color preview on #AAE090 background

This text has white color on #AAE090 background.


Related colors

Complementary color

Complementary color for #hex is #551F6F.


I love getcolorcode.com

Triadic colors

1 #90AAE0 and #E090AA with #AAE090 are triadic colors.

2 #90E0AA and #E0AA90 with #AAE090 are triadic colors.