COLOR #AED58D

HEX: #AED58D
RGB: (174,213,141)

Color info

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

RGB color model

#AED58D color RGB value is (174,213,141).

  • red value is 174;
  • green value is 213;
  • blue value is 141.
RGB:
(174,213,141)
(68%,84%,55%)

RGB channels and saturation

R 174 of 255 = 68%
G 213 of 255 = 84%
B 141 of 255 = 55%

174
213
141

R + G + B ~ 69%. #AED58D is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 213 + 141 = 528 (100%)
R 174 of 528 ~ 32.95%
G 213 of 528 ~ 40.34%
B 141 of 528 ~ 26.7%

%32.95
%40.34
%26.7

CMYK color model

#AED58D color CMYK value is (18,0,34,16).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 33.80%
  • key color value is 16.47%
CMYK:
(18,0,34,16)
C18M0Y34K16 
(18%,0%,34%,16%)
(0.18/0.00/0.34/0.16)	

CMYK percentages

%18.31
%0
%33.8
%16.47

Codes

Color #AED58D in popluar color models

AED58D
RGB174213141
HSL93°46.15%69.41%
HSB/HSV93°33.80%83.53%
CMYK18.31%0.00%33.80%
16.47%

Color #AED58D in popluar number systems.

HEXAED58D
Decimal174213141
Binary101011101101010110001101
Octal256325215

Shades and tints

Shades of #AED58D

#AED58D
(174,213,141)
#9FC281
(159,194,129)
#90AF75
(144,175,117)
#819C69
(129,156,105)
#72895D
(114,137,93)
#637651
(99,118,81)
#546345
(84,99,69)
#455039
(69,80,57)
#363D2D
(54,61,45)
#272A21
(39,42,33)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #AED58D

#AED58D
(174,213,141)
#B5D897
(181,216,151)
#BCDBA1
(188,219,161)
#C3DEAB
(195,222,171)
#CAE1B5
(202,225,181)
#D1E4BF
(209,228,191)
#D8E7C9
(216,231,201)
#DFEAD3
(223,234,211)
#E6EDDD
(230,237,221)
#EDF0E7
(237,240,231)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED58D; }

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

This text font color is #AED58D.


Background Color

.myBgColor { background-color: #AED58D; }

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

This div background color is #AED58D.


Border color

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

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

This div border color is #AED58D.


Opacity

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

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

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

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

This text has shadow with #AED58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED58D on black background.


Color preview on white background

This text has color #AED58D on white background.



Black color preview on #AED58D background

This text has black color on #AED58D background.


White color preview on #AED58D background

This text has white color on #AED58D background.