COLOR #AEDE9A

HEX: #AEDE9A
RGB: (174,222,154)

Color info

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

RGB color model

#AEDE9A color RGB value is (174,222,154).

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

RGB channels and saturation

R 174 of 255 = 68%
G 222 of 255 = 87%
B 154 of 255 = 60%

174
222
154

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

Portions of RGB colors in percentages

R + G + B =
174 + 222 + 154 = 550 (100%)
R 174 of 550 ~ 31.64%
G 222 of 550 ~ 40.36%
B 154 of 550 ~ 28%

%31.64
%40.36
%28

CMYK color model

#AEDE9A color CMYK value is (22,0,31,13).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 30.63%
  • key color value is 12.94%
CMYK:
(22,0,31,13)
C22M0Y31K13 
(22%,0%,31%,13%)
(0.22/0.00/0.31/0.13)	

CMYK percentages

%21.62
%0
%30.63
%12.94

Codes

Color #AEDE9A in popluar color models

AEDE9A
RGB174222154
HSL102°50.75%73.73%
HSB/HSV102°30.63%87.06%
CMYK21.62%0.00%30.63%
12.94%

Color #AEDE9A in popluar number systems.

HEXAEDE9A
Decimal174222154
Binary101011101101111010011010
Octal256336232

Shades and tints

Shades of #AEDE9A

#AEDE9A
(174,222,154)
#9FCA8C
(159,202,140)
#90B67E
(144,182,126)
#81A270
(129,162,112)
#728E62
(114,142,98)
#637A54
(99,122,84)
#546646
(84,102,70)
#455238
(69,82,56)
#363E2A
(54,62,42)
#272A1C
(39,42,28)
#18160E
(24,22,14)
#000000
(0,0,0)

Tints of #AEDE9A

#AEDE9A
(174,222,154)
#B5E1A3
(181,225,163)
#BCE4AC
(188,228,172)
#C3E7B5
(195,231,181)
#CAEABE
(202,234,190)
#D1EDC7
(209,237,199)
#D8F0D0
(216,240,208)
#DFF3D9
(223,243,217)
#E6F6E2
(230,246,226)
#EDF9EB
(237,249,235)
#F4FCF4
(244,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDE9A; }

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

This text font color is #AEDE9A.


Background Color

.myBgColor { background-color: #AEDE9A; }

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

This div background color is #AEDE9A.


Border color

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

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

This div border color is #AEDE9A.


Opacity

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

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

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

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

This text has shadow with #AEDE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDE9A on black background.


Color preview on white background

This text has color #AEDE9A on white background.



Black color preview on #AEDE9A background

This text has black color on #AEDE9A background.


White color preview on #AEDE9A background

This text has white color on #AEDE9A background.