COLOR #AED577

HEX: #AED577
RGB: (174,213,119)

Color info

#AED577 contains mainly red and green colors. Web safe color of #AED577 is #99CC66 (or #9C6).

RGB color model

#AED577 color RGB value is (174,213,119).

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

RGB channels and saturation

R 174 of 255 = 68%
G 213 of 255 = 84%
B 119 of 255 = 47%

174
213
119

R + G + B ~ 66%. #AED577 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 213 + 119 = 506 (100%)
R 174 of 506 ~ 34.39%
G 213 of 506 ~ 42.09%
B 119 of 506 ~ 23.52%

%34.39
%42.09
%23.52

CMYK color model

#AED577 color CMYK value is (18,0,44,16).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 44.13%
  • key color value is 16.47%
CMYK:
(18,0,44,16)
C18M0Y44K16 
(18%,0%,44%,16%)
(0.18/0.00/0.44/0.16)	

CMYK percentages

%18.31
%0
%44.13
%16.47

Codes

Color #AED577 in popluar color models

AED577
RGB174213119
HSL85°52.81%65.10%
HSB/HSV85°44.13%83.53%
CMYK18.31%0.00%44.13%
16.47%

Color #AED577 in popluar number systems.

HEXAED577
Decimal174213119
Binary10101110110101011110111
Octal256325167

Shades and tints

Shades of #AED577

#AED577
(174,213,119)
#9FC26D
(159,194,109)
#90AF63
(144,175,99)
#819C59
(129,156,89)
#72894F
(114,137,79)
#637645
(99,118,69)
#54633B
(84,99,59)
#455031
(69,80,49)
#363D27
(54,61,39)
#272A1D
(39,42,29)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #AED577

#AED577
(174,213,119)
#B5D883
(181,216,131)
#BCDB8F
(188,219,143)
#C3DE9B
(195,222,155)
#CAE1A7
(202,225,167)
#D1E4B3
(209,228,179)
#D8E7BF
(216,231,191)
#DFEACB
(223,234,203)
#E6EDD7
(230,237,215)
#EDF0E3
(237,240,227)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED577; }

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

This text font color is #AED577.


Background Color

.myBgColor { background-color: #AED577; }

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

This div background color is #AED577.


Border color

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

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

This div border color is #AED577.


Opacity

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

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

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

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

This text has shadow with #AED577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED577 on black background.


Color preview on white background

This text has color #AED577 on white background.



Black color preview on #AED577 background

This text has black color on #AED577 background.


White color preview on #AED577 background

This text has white color on #AED577 background.