COLOR #AED890

HEX: #AED890 RGB: (174,216,144)

Color info

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

RGB color model

#AED890 color RGB value is (174,216,144).

RGB: (174,216,144) (68%, 85%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 216 of 255 = 85%
B 144 of 255 = 56%

174
216
144

R + G + B ~ 70%. #AED890 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 216 + 144 = 534 (100%)
R 174 of 534 ~ 32.58%
G 216 of 534 ~ 40.45%
B 144 of 534 ~ 26.97'%

%32.58
%40.45
%26.97

CMYK color model

#AED890 color CMYK value is (19,0,33,15).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 15.29%
CMYK: (19,0,33,15) C19M0Y33K15 (19%,0%,33%,15%) (0.19/0.00/0.33/0.15) 

CMYK percentages

%19.44
%0
%33.33
%15.29

Codes

Color #AED890 in popluar color models

AE D8 90
RGB 174 216 144
HSL 95° 48.00% 70.59%
HSB/HSV 95° 33.33% 84.71%
CMYK 19.44% 0.00% 33.33%
15.29%

Color #AED890 in popluar number systems.

HEX AE D8 90
Decimal 174 216 144
Binary 10101110 11011000 10010000
Octal 256 330 220

Shades and tints

Shades of #AED890

#AED890
(174,216,144)
#9FC583
(159,197,131)
#90B276
(144,178,118)
#819F69
(129,159,105)
#728C5C
(114,140,92)
#63794F
(99,121,79)
#546642
(84,102,66)
#455335
(69,83,53)
#364028
(54,64,40)
#272D1B
(39,45,27)
#181A0E
(24,26,14)
#000000
(0,0,0)

Tints of #AED890

#AED890
(174,216,144)
#B5DB9A
(181,219,154)
#BCDEA4
(188,222,164)
#C3E1AE
(195,225,174)
#CAE4B8
(202,228,184)
#D1E7C2
(209,231,194)
#D8EACC
(216,234,204)
#DFEDD6
(223,237,214)
#E6F0E0
(230,240,224)
#EDF3EA
(237,243,234)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED890 color. Also use rgb(174,216,144) instead hex code.

Text Font Color

.myTextColor { color: #AED890; }

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

This text font color is #AED890.

Background Color

.myBgColor { background-color: #AED890; }

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

This div background color is #AED890.

Border color

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

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

This div border color is #AED890.

Opacity

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

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

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

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

This text has shadow with #AED890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED890.

Preview

Color preview on black background

This text has color #AED890 on black background.


Color preview on white background

This text has color #AED890 on white background.


Black color preview on #AED890 background

This text has black color on #AED890 background.


White color preview on #AED890 background

This text has white color on #AED890 background.


Related colors

Complementary color

Complementary color for #hex is #51276F.


I love getcolorcode.com

Triadic colors

1 #90AED8 and #D890AE with #AED890 are triadic colors.

2 #90D8AE and #D8AE90 with #AED890 are triadic colors.