COLOR #AAE293

HEX: #AAE293
RGB: (170,226,147)

Color info

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

RGB color model

#AAE293 color RGB value is (170,226,147).

  • red value is 170;
  • green value is 226;
  • blue value is 147.
RGB:
(170,226,147)
(67%,89%,58%)

RGB channels and saturation

R 170 of 255 = 67%
G 226 of 255 = 89%
B 147 of 255 = 58%

170
226
147

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

Portions of RGB colors in percentages

R + G + B =
170 + 226 + 147 = 543 (100%)
R 170 of 543 ~ 31.31%
G 226 of 543 ~ 41.62%
B 147 of 543 ~ 27.07%

%31.31
%41.62
%27.07

CMYK color model

#AAE293 color CMYK value is (25,0,35,11).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 34.96%
  • key color value is 11.37%
CMYK:
(25,0,35,11)
C25M0Y35K11 
(25%,0%,35%,11%)
(0.25/0.00/0.35/0.11)	

CMYK percentages

%24.78
%0
%34.96
%11.37

Codes

Color #AAE293 in popluar color models

AAE293
RGB170226147
HSL103°57.66%73.14%
HSB/HSV103°34.96%88.63%
CMYK24.78%0.00%34.96%
11.37%

Color #AAE293 in popluar number systems.

HEXAAE293
Decimal170226147
Binary101010101110001010010011
Octal252342223

Shades and tints

Shades of #AAE293

#AAE293
(170,226,147)
#9BCE86
(155,206,134)
#8CBA79
(140,186,121)
#7DA66C
(125,166,108)
#6E925F
(110,146,95)
#5F7E52
(95,126,82)
#506A45
(80,106,69)
#415638
(65,86,56)
#32422B
(50,66,43)
#232E1E
(35,46,30)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #AAE293

#AAE293
(170,226,147)
#B1E49C
(177,228,156)
#B8E6A5
(184,230,165)
#BFE8AE
(191,232,174)
#C6EAB7
(198,234,183)
#CDECC0
(205,236,192)
#D4EEC9
(212,238,201)
#DBF0D2
(219,240,210)
#E2F2DB
(226,242,219)
#E9F4E4
(233,244,228)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE293 color. Also use rgb(170,226,147) instead hex code.

Text Font Color

.myTextColor { color: #AAE293; }

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

This text font color is #AAE293.


Background Color

.myBgColor { background-color: #AAE293; }

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

This div background color is #AAE293.


Border color

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

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

This div border color is #AAE293.


Opacity

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

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

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

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

This text has shadow with #AAE293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE293 on black background.


Color preview on white background

This text has color #AAE293 on white background.



Black color preview on #AAE293 background

This text has black color on #AAE293 background.


White color preview on #AAE293 background

This text has white color on #AAE293 background.