COLOR #AAEA85

HEX: #AAEA85 RGB: (170,234,133)

Color info

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

RGB color model

#AAEA85 color RGB value is (170,234,133).

RGB: (170,234,133) (67%, 92%, 52%)

RGB channels and saturation

R 170 of 255 = 67%
G 234 of 255 = 92%
B 133 of 255 = 52%

170
234
133

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

Portions of RGB colors in percentages

R + G + B = 170 + 234 + 133 = 537 (100%)
R 170 of 537 ~ 31.66%
G 234 of 537 ~ 43.58%
B 133 of 537 ~ 24.77'%

%31.66
%43.58
%24.77

CMYK color model

#AAEA85 color CMYK value is (27,0,43,8).

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

CMYK: (27,0,43,8)
C27M0Y43K8 (27%, 0%, 43%, 8%)
(0.27 / 0.00 / 0.43 / 0.08)

CMYK percentages

%27.35
%0
%43.16
%8.24

Codes

Color #AAEA85 in popluar color models

AA EA 85
RGB 170 234 133
HSL 98° 70.63% 71.96%
HSB/HSV 98° 43.16% 91.76%
CMYK 27.35% 0.00% 43.16%
8.24%

Color #AAEA85 in popluar number systems.

HEX AA EA 85
Decimal 170 234 133
Binary 10101010 11101010 10000101
Octal 252 352 205

Shades and tints

Shades of #AAEA85

#AAEA85
(170,234,133)
#9BD579
(155,213,121)
#8CC06D
(140,192,109)
#7DAB61
(125,171,97)
#6E9655
(110,150,85)
#5F8149
(95,129,73)
#506C3D
(80,108,61)
#415731
(65,87,49)
#324225
(50,66,37)
#232D19
(35,45,25)
#14180D
(20,24,13)
#000000
(0,0,0)

Tints of #AAEA85

#AAEA85
(170,234,133)
#B1EB90
(177,235,144)
#B8EC9B
(184,236,155)
#BFEDA6
(191,237,166)
#C6EEB1
(198,238,177)
#CDEFBC
(205,239,188)
#D4F0C7
(212,240,199)
#DBF1D2
(219,241,210)
#E2F2DD
(226,242,221)
#E9F3E8
(233,243,232)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAEA85; }

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

This text font color is #AAEA85.

Background Color

.myBgColor { background-color: #AAEA85; }

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

This div background color is #AAEA85.

Border color

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

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

This div border color is #AAEA85.

Opacity

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

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

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

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

This text has shadow with #AAEA85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAEA85.

Preview

Color preview on black background

This text has color #AAEA85 on black background.


Color preview on white background

This text has color #AAEA85 on white background.


Black color preview on #AAEA85 background

This text has black color on #AAEA85 background.


White color preview on #AAEA85 background

This text has white color on #AAEA85 background.


Related colors

Complementary color

Complementary color for #hex is #55157A.


I love getcolorcode.com

Triadic colors

1 #85AAEA and #EA85AA with #AAEA85 are triadic colors.

2 #85EAAA and #EAAA85 with #AAEA85 are triadic colors.