COLOR #AAEA89

HEX: #AAEA89 RGB: (170,234,137)

Color info

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

RGB color model

#AAEA89 color RGB value is (170,234,137).

RGB: (170,234,137) (67%, 92%, 54%)

RGB channels and saturation

R 170 of 255 = 67%
G 234 of 255 = 92%
B 137 of 255 = 54%

170
234
137

R + G + B ~ 71%. #AAEA89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 234 + 137 = 541 (100%)
R 170 of 541 ~ 31.42%
G 234 of 541 ~ 43.25%
B 137 of 541 ~ 25.32'%

%31.42
%43.25
%25.32

CMYK color model

#AAEA89 color CMYK value is (27,0,41,8).

  • cyan value is 27.35%
  • magenta value is 0.00%
  • yellow value is 41.45%
  • key color value is 8.24%

CMYK: (27,0,41,8)
C27M0Y41K8 (27%, 0%, 41%, 8%)
(0.27 / 0.00 / 0.41 / 0.08)

CMYK percentages

%27.35
%0
%41.45
%8.24

Codes

Color #AAEA89 in popluar color models

AA EA 89
RGB 170 234 137
HSL 100° 69.78% 72.75%
HSB/HSV 100° 41.45% 91.76%
CMYK 27.35% 0.00% 41.45%
8.24%

Color #AAEA89 in popluar number systems.

HEX AA EA 89
Decimal 170 234 137
Binary 10101010 11101010 10001001
Octal 252 352 211

Shades and tints

Shades of #AAEA89

#AAEA89
(170,234,137)
#9BD57D
(155,213,125)
#8CC071
(140,192,113)
#7DAB65
(125,171,101)
#6E9659
(110,150,89)
#5F814D
(95,129,77)
#506C41
(80,108,65)
#415735
(65,87,53)
#324229
(50,66,41)
#232D1D
(35,45,29)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #AAEA89

#AAEA89
(170,234,137)
#B1EB93
(177,235,147)
#B8EC9D
(184,236,157)
#BFEDA7
(191,237,167)
#C6EEB1
(198,238,177)
#CDEFBB
(205,239,187)
#D4F0C5
(212,240,197)
#DBF1CF
(219,241,207)
#E2F2D9
(226,242,217)
#E9F3E3
(233,243,227)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAEA89 color. Also use rgb(170,234,137) instead hex code.

Text Font Color

.myTextColor { color: #AAEA89; }

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

This text font color is #AAEA89.

Background Color

.myBgColor { background-color: #AAEA89; }

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

This div background color is #AAEA89.

Border color

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

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

This div border color is #AAEA89.

Opacity

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

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

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

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

This text has shadow with #AAEA89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAEA89.

Preview

Color preview on black background

This text has color #AAEA89 on black background.


Color preview on white background

This text has color #AAEA89 on white background.


Black color preview on #AAEA89 background

This text has black color on #AAEA89 background.


White color preview on #AAEA89 background

This text has white color on #AAEA89 background.


Related colors

Complementary color

Complementary color for #hex is #551576.


I love getcolorcode.com

Triadic colors

1 #89AAEA and #EA89AA with #AAEA89 are triadic colors.

2 #89EAAA and #EAAA89 with #AAEA89 are triadic colors.