COLOR #AEE6A9

HEX: #AEE6A9 RGB: (174,230,169)

Color info

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

RGB color model

#AEE6A9 color RGB value is (174,230,169).

RGB: (174,230,169) (68%, 90%, 66%)

RGB channels and saturation

R 174 of 255 = 68%
G 230 of 255 = 90%
B 169 of 255 = 66%

174
230
169

R + G + B ~ 75%. #AEE6A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 230 + 169 = 573 (100%)
R 174 of 573 ~ 30.37%
G 230 of 573 ~ 40.14%
B 169 of 573 ~ 29.49'%

%30.37
%40.14
%29.49

CMYK color model

#AEE6A9 color CMYK value is (24,0,27,10).

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 26.52%
  • key color value is 9.80%

CMYK: (24,0,27,10)
C24M0Y27K10 (24%, 0%, 27%, 10%)
(0.24 / 0.00 / 0.27 / 0.10)

CMYK percentages

%24.35
%0
%26.52
%9.8

Codes

Color #AEE6A9 in popluar color models

AE E6 A9
RGB 174 230 169
HSL 115° 54.95% 78.24%
HSB/HSV 115° 26.52% 90.20%
CMYK 24.35% 0.00% 26.52%
9.80%

Color #AEE6A9 in popluar number systems.

HEX AE E6 A9
Decimal 174 230 169
Binary 10101110 11100110 10101001
Octal 256 346 251

Shades and tints

Shades of #AEE6A9

#AEE6A9
(174,230,169)
#9FD29A
(159,210,154)
#90BE8B
(144,190,139)
#81AA7C
(129,170,124)
#72966D
(114,150,109)
#63825E
(99,130,94)
#546E4F
(84,110,79)
#455A40
(69,90,64)
#364631
(54,70,49)
#273222
(39,50,34)
#181E13
(24,30,19)
#000000
(0,0,0)

Tints of #AEE6A9

#AEE6A9
(174,230,169)
#B5E8B0
(181,232,176)
#BCEAB7
(188,234,183)
#C3ECBE
(195,236,190)
#CAEEC5
(202,238,197)
#D1F0CC
(209,240,204)
#D8F2D3
(216,242,211)
#DFF4DA
(223,244,218)
#E6F6E1
(230,246,225)
#EDF8E8
(237,248,232)
#F4FAEF
(244,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE6A9 color. Also use rgb(174,230,169) instead hex code.

Text Font Color

.myTextColor { color: #AEE6A9; }

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

This text font color is #AEE6A9.

Background Color

.myBgColor { background-color: #AEE6A9; }

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

This div background color is #AEE6A9.

Border color

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

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

This div border color is #AEE6A9.

Opacity

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

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

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

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

This text has shadow with #AEE6A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE6A9.

Preview

Color preview on black background

This text has color #AEE6A9 on black background.


Color preview on white background

This text has color #AEE6A9 on white background.


Black color preview on #AEE6A9 background

This text has black color on #AEE6A9 background.


White color preview on #AEE6A9 background

This text has white color on #AEE6A9 background.


Related colors

Complementary color

Complementary color for #hex is #511956.


I love getcolorcode.com

Triadic colors

1 #A9AEE6 and #E6A9AE with #AEE6A9 are triadic colors.

2 #A9E6AE and #E6AEA9 with #AEE6A9 are triadic colors.