COLOR #AED18D

HEX: #AED18D RGB: (174,209,141)

Color info

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

RGB color model

#AED18D color RGB value is (174,209,141).

RGB: (174,209,141) (68%, 82%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 209 of 255 = 82%
B 141 of 255 = 55%

174
209
141

R + G + B ~ 68%. #AED18D is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 209 + 141 = 524 (100%)
R 174 of 524 ~ 33.21%
G 209 of 524 ~ 39.89%
B 141 of 524 ~ 26.91'%

%33.21
%39.89
%26.91

CMYK color model

#AED18D color CMYK value is (17,0,33,18).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 32.54%
  • key color value is 18.04%

CMYK: (17,0,33,18)
C17M0Y33K18 (17%, 0%, 33%, 18%)
(0.17 / 0.00 / 0.33 / 0.18)

CMYK percentages

%16.75
%0
%32.54
%18.04

Codes

Color #AED18D in popluar color models

AE D1 8D
RGB 174 209 141
HSL 91° 42.50% 68.63%
HSB/HSV 91° 32.54% 81.96%
CMYK 16.75% 0.00% 32.54%
18.04%

Color #AED18D in popluar number systems.

HEX AE D1 8D
Decimal 174 209 141
Binary 10101110 11010001 10001101
Octal 256 321 215

Shades and tints

Shades of #AED18D

#AED18D
(174,209,141)
#9FBE81
(159,190,129)
#90AB75
(144,171,117)
#819869
(129,152,105)
#72855D
(114,133,93)
#637251
(99,114,81)
#545F45
(84,95,69)
#454C39
(69,76,57)
#36392D
(54,57,45)
#272621
(39,38,33)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #AED18D

#AED18D
(174,209,141)
#B5D597
(181,213,151)
#BCD9A1
(188,217,161)
#C3DDAB
(195,221,171)
#CAE1B5
(202,225,181)
#D1E5BF
(209,229,191)
#D8E9C9
(216,233,201)
#DFEDD3
(223,237,211)
#E6F1DD
(230,241,221)
#EDF5E7
(237,245,231)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED18D color. Also use rgb(174,209,141) instead hex code.

Text Font Color

.myTextColor { color: #AED18D; }

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

This text font color is #AED18D.

Background Color

.myBgColor { background-color: #AED18D; }

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

This div background color is #AED18D.

Border color

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

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

This div border color is #AED18D.

Opacity

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

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

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

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

This text has shadow with #AED18D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED18D.

Preview

Color preview on black background

This text has color #AED18D on black background.


Color preview on white background

This text has color #AED18D on white background.


Black color preview on #AED18D background

This text has black color on #AED18D background.


White color preview on #AED18D background

This text has white color on #AED18D background.


Related colors

Complementary color

Complementary color for #hex is #512E72.


I love getcolorcode.com

Triadic colors

1 #8DAED1 and #D18DAE with #AED18D are triadic colors.

2 #8DD1AE and #D1AE8D with #AED18D are triadic colors.