COLOR #AAE19E

HEX: #AAE19E
RGB: (170,225,158)

Color info

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

RGB color model

#AAE19E color RGB value is (170,225,158).

  • red value is 170;
  • green value is 225;
  • blue value is 158.
RGB: (170,225,158) (67%,88%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 225 of 255 = 88%
B 158 of 255 = 62%

170
225
158

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

Portions of RGB colors in percentages

R + G + B =
170 + 225 + 158 = 553 (100%)
R 170 of 553 ~ 30.74%
G 225 of 553 ~ 40.69%
B 158 of 553 ~ 28.57%

%30.74
%40.69
%28.57

CMYK color model

#AAE19E color CMYK value is (24,0,30,12).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 29.78%
  • key color value is 11.76%
CMYK: (24,0,30,12) C24M0Y30K12 (24%,0%,30%,12%) (0.24/0.00/0.30/0.12)

CMYK percentages

%24.44
%0
%29.78
%11.76

Codes

Color #AAE19E in popluar color models

AAE19E
RGB170225158
HSL109°52.76%75.10%
HSB/HSV109°29.78%88.24%
CMYK24.44%0.00%29.78%
11.76%

Color #AAE19E in popluar number systems.

HEXAAE19E
Decimal170225158
Binary101010101110000110011110
Octal252341236

Shades and tints

Shades of #AAE19E

#AAE19E
(170,225,158)
#9BCD90
(155,205,144)
#8CB982
(140,185,130)
#7DA574
(125,165,116)
#6E9166
(110,145,102)
#5F7D58
(95,125,88)
#50694A
(80,105,74)
#41553C
(65,85,60)
#32412E
(50,65,46)
#232D20
(35,45,32)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #AAE19E

#AAE19E
(170,225,158)
#B1E3A6
(177,227,166)
#B8E5AE
(184,229,174)
#BFE7B6
(191,231,182)
#C6E9BE
(198,233,190)
#CDEBC6
(205,235,198)
#D4EDCE
(212,237,206)
#DBEFD6
(219,239,214)
#E2F1DE
(226,241,222)
#E9F3E6
(233,243,230)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE19E color. Also use rgb(170,225,158) instead hex code.

Text Font Color

.myTextColor { color: #AAE19E; }

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

This text font color is #AAE19E.


Background Color

.myBgColor { background-color: #AAE19E; }

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

This div background color is #AAE19E.


Border color

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

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

This div border color is #AAE19E.


Opacity

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

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

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

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

This text has shadow with #AAE19E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AAE19E on black background.


Color preview on white background

This text has color #AAE19E on white background.



Black color preview on #AAE19E background

This text has black color on #AAE19E background.


White color preview on #AAE19E background

This text has white color on #AAE19E background.