COLOR #AED59E

HEX: #AED59E
RGB: (174,213,158)

Color info

#AED59E contains red, green and blue colors in about the same proportion. Web safe color of #AED59E is #99CC99 (or #9C9).

RGB color model

#AED59E color RGB value is (174,213,158).

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

RGB channels and saturation

R 174 of 255 = 68%
G 213 of 255 = 84%
B 158 of 255 = 62%

174
213
158

R + G + B ~ 71%. #AED59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 213 + 158 = 545 (100%)
R 174 of 545 ~ 31.93%
G 213 of 545 ~ 39.08%
B 158 of 545 ~ 28.99%

%31.93
%39.08
%28.99

CMYK color model

#AED59E color CMYK value is (18,0,26,16).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 25.82%
  • key color value is 16.47%
CMYK:
(18,0,26,16)
C18M0Y26K16 
(18%,0%,26%,16%)
(0.18/0.00/0.26/0.16)	

CMYK percentages

%18.31
%0
%25.82
%16.47

Codes

Color #AED59E in popluar color models

AED59E
RGB174213158
HSL103°39.57%72.75%
HSB/HSV103°25.82%83.53%
CMYK18.31%0.00%25.82%
16.47%

Color #AED59E in popluar number systems.

HEXAED59E
Decimal174213158
Binary101011101101010110011110
Octal256325236

Shades and tints

Shades of #AED59E

#AED59E
(174,213,158)
#9FC290
(159,194,144)
#90AF82
(144,175,130)
#819C74
(129,156,116)
#728966
(114,137,102)
#637658
(99,118,88)
#54634A
(84,99,74)
#45503C
(69,80,60)
#363D2E
(54,61,46)
#272A20
(39,42,32)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #AED59E

#AED59E
(174,213,158)
#B5D8A6
(181,216,166)
#BCDBAE
(188,219,174)
#C3DEB6
(195,222,182)
#CAE1BE
(202,225,190)
#D1E4C6
(209,228,198)
#D8E7CE
(216,231,206)
#DFEAD6
(223,234,214)
#E6EDDE
(230,237,222)
#EDF0E6
(237,240,230)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED59E; }

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

This text font color is #AED59E.


Background Color

.myBgColor { background-color: #AED59E; }

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

This div background color is #AED59E.


Border color

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

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

This div border color is #AED59E.


Opacity

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

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

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

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

This text has shadow with #AED59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED59E on black background.


Color preview on white background

This text has color #AED59E on white background.



Black color preview on #AED59E background

This text has black color on #AED59E background.


White color preview on #AED59E background

This text has white color on #AED59E background.