COLOR #AAE991

HEX: #AAE991
RGB: (170,233,145)

Color info

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

RGB color model

#AAE991 color RGB value is (170,233,145).

  • red value is 170;
  • green value is 233;
  • blue value is 145.
RGB:
(170,233,145)
(67%,91%,57%)

RGB channels and saturation

R 170 of 255 = 67%
G 233 of 255 = 91%
B 145 of 255 = 57%

170
233
145

R + G + B ~ 72%. #AAE991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 233 + 145 = 548 (100%)
R 170 of 548 ~ 31.02%
G 233 of 548 ~ 42.52%
B 145 of 548 ~ 26.46%

%31.02
%42.52
%26.46

CMYK color model

#AAE991 color CMYK value is (27,0,38,9).

  • cyan value is 27.04%
  • magenta value is 0.00%
  • yellow value is 37.77%
  • key color value is 8.63%
CMYK:
(27,0,38,9)
C27M0Y38K9 
(27%,0%,38%,9%)
(0.27/0.00/0.38/0.09)	

CMYK percentages

%27.04
%0
%37.77
%8.63

Codes

Color #AAE991 in popluar color models

AAE991
RGB170233145
HSL103°66.67%74.12%
HSB/HSV103°37.77%91.37%
CMYK27.04%0.00%37.77%
8.63%

Color #AAE991 in popluar number systems.

HEXAAE991
Decimal170233145
Binary101010101110100110010001
Octal252351221

Shades and tints

Shades of #AAE991

#AAE991
(170,233,145)
#9BD484
(155,212,132)
#8CBF77
(140,191,119)
#7DAA6A
(125,170,106)
#6E955D
(110,149,93)
#5F8050
(95,128,80)
#506B43
(80,107,67)
#415636
(65,86,54)
#324129
(50,65,41)
#232C1C
(35,44,28)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #AAE991

#AAE991
(170,233,145)
#B1EB9B
(177,235,155)
#B8EDA5
(184,237,165)
#BFEFAF
(191,239,175)
#C6F1B9
(198,241,185)
#CDF3C3
(205,243,195)
#D4F5CD
(212,245,205)
#DBF7D7
(219,247,215)
#E2F9E1
(226,249,225)
#E9FBEB
(233,251,235)
#F0FDF5
(240,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE991 color. Also use rgb(170,233,145) instead hex code.

Text Font Color

.myTextColor { color: #AAE991; }

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

This text font color is #AAE991.


Background Color

.myBgColor { background-color: #AAE991; }

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

This div background color is #AAE991.


Border color

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

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

This div border color is #AAE991.


Opacity

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

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

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

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

This text has shadow with #AAE991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE991 on black background.


Color preview on white background

This text has color #AAE991 on white background.



Black color preview on #AAE991 background

This text has black color on #AAE991 background.


White color preview on #AAE991 background

This text has white color on #AAE991 background.