COLOR #AEE69A

HEX: #AEE69A
RGB: (174,230,154)

Color info

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

RGB color model

#AEE69A color RGB value is (174,230,154).

  • red value is 174;
  • green value is 230;
  • blue value is 154.
RGB:
(174,230,154)
(68%,90%,60%)

RGB channels and saturation

R 174 of 255 = 68%
G 230 of 255 = 90%
B 154 of 255 = 60%

174
230
154

R + G + B ~ 73%. #AEE69A is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 230 + 154 = 558 (100%)
R 174 of 558 ~ 31.18%
G 230 of 558 ~ 41.22%
B 154 of 558 ~ 27.6%

%31.18
%41.22
%27.6

CMYK color model

#AEE69A color CMYK value is (24,0,33,10).

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 9.80%
CMYK:
(24,0,33,10)
C24M0Y33K10 
(24%,0%,33%,10%)
(0.24/0.00/0.33/0.10)	

CMYK percentages

%24.35
%0
%33.04
%9.8

Codes

Color #AEE69A in popluar color models

AEE69A
RGB174230154
HSL104°60.32%75.29%
HSB/HSV104°33.04%90.20%
CMYK24.35%0.00%33.04%
9.80%

Color #AEE69A in popluar number systems.

HEXAEE69A
Decimal174230154
Binary101011101110011010011010
Octal256346232

Shades and tints

Shades of #AEE69A

#AEE69A
(174,230,154)
#9FD28C
(159,210,140)
#90BE7E
(144,190,126)
#81AA70
(129,170,112)
#729662
(114,150,98)
#638254
(99,130,84)
#546E46
(84,110,70)
#455A38
(69,90,56)
#36462A
(54,70,42)
#27321C
(39,50,28)
#181E0E
(24,30,14)
#000000
(0,0,0)

Tints of #AEE69A

#AEE69A
(174,230,154)
#B5E8A3
(181,232,163)
#BCEAAC
(188,234,172)
#C3ECB5
(195,236,181)
#CAEEBE
(202,238,190)
#D1F0C7
(209,240,199)
#D8F2D0
(216,242,208)
#DFF4D9
(223,244,217)
#E6F6E2
(230,246,226)
#EDF8EB
(237,248,235)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE69A; }

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

This text font color is #AEE69A.


Background Color

.myBgColor { background-color: #AEE69A; }

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

This div background color is #AEE69A.


Border color

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

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

This div border color is #AEE69A.


Opacity

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

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

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

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

This text has shadow with #AEE69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE69A on black background.


Color preview on white background

This text has color #AEE69A on white background.



Black color preview on #AEE69A background

This text has black color on #AEE69A background.


White color preview on #AEE69A background

This text has white color on #AEE69A background.