COLOR #AEE5A5

HEX: #AEE5A5
RGB: (174,229,165)

Color info

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

RGB color model

#AEE5A5 color RGB value is (174,229,165).

  • red value is 174;
  • green value is 229;
  • blue value is 165.
RGB:
(174,229,165)
(68%,90%,65%)

RGB channels and saturation

R 174 of 255 = 68%
G 229 of 255 = 90%
B 165 of 255 = 65%

174
229
165

R + G + B ~ 74%. #AEE5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 229 + 165 = 568 (100%)
R 174 of 568 ~ 30.63%
G 229 of 568 ~ 40.32%
B 165 of 568 ~ 29.05%

%30.63
%40.32
%29.05

CMYK color model

#AEE5A5 color CMYK value is (24,0,28,10).

  • cyan value is 24.02%
  • magenta value is 0.00%
  • yellow value is 27.95%
  • key color value is 10.20%
CMYK:
(24,0,28,10)
C24M0Y28K10 
(24%,0%,28%,10%)
(0.24/0.00/0.28/0.10)	

CMYK percentages

%24.02
%0
%27.95
%10.2

Codes

Color #AEE5A5 in popluar color models

AEE5A5
RGB174229165
HSL112°55.17%77.25%
HSB/HSV112°27.95%89.80%
CMYK24.02%0.00%27.95%
10.20%

Color #AEE5A5 in popluar number systems.

HEXAEE5A5
Decimal174229165
Binary101011101110010110100101
Octal256345245

Shades and tints

Shades of #AEE5A5

#AEE5A5
(174,229,165)
#9FD196
(159,209,150)
#90BD87
(144,189,135)
#81A978
(129,169,120)
#729569
(114,149,105)
#63815A
(99,129,90)
#546D4B
(84,109,75)
#45593C
(69,89,60)
#36452D
(54,69,45)
#27311E
(39,49,30)
#181D0F
(24,29,15)
#000000
(0,0,0)

Tints of #AEE5A5

#AEE5A5
(174,229,165)
#B5E7AD
(181,231,173)
#BCE9B5
(188,233,181)
#C3EBBD
(195,235,189)
#CAEDC5
(202,237,197)
#D1EFCD
(209,239,205)
#D8F1D5
(216,241,213)
#DFF3DD
(223,243,221)
#E6F5E5
(230,245,229)
#EDF7ED
(237,247,237)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE5A5 color. Also use rgb(174,229,165) instead hex code.

Text Font Color

.myTextColor { color: #AEE5A5; }

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

This text font color is #AEE5A5.


Background Color

.myBgColor { background-color: #AEE5A5; }

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

This div background color is #AEE5A5.


Border color

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

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

This div border color is #AEE5A5.


Opacity

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

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

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

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

This text has shadow with #AEE5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE5A5 on black background.


Color preview on white background

This text has color #AEE5A5 on white background.



Black color preview on #AEE5A5 background

This text has black color on #AEE5A5 background.


White color preview on #AEE5A5 background

This text has white color on #AEE5A5 background.