COLOR #AEDA73

HEX: #AEDA73 RGB: (174,218,115)

Color info

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

RGB color model

#AEDA73 color RGB value is (174,218,115).

RGB: (174,218,115) (68%, 85%, 45%)

RGB channels and saturation

R 174 of 255 = 68%
G 218 of 255 = 85%
B 115 of 255 = 45%

174
218
115

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

Portions of RGB colors in percentages

R + G + B = 174 + 218 + 115 = 507 (100%)
R 174 of 507 ~ 34.32%
G 218 of 507 ~ 43%
B 115 of 507 ~ 22.68'%

%34.32
%43
%22.68

CMYK color model

#AEDA73 color CMYK value is (20,0,47,15).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 47.25%
  • key color value is 14.51%
CMYK: (20,0,47,15) C20M0Y47K15 (20%,0%,47%,15%) (0.20/0.00/0.47/0.15) 

CMYK percentages

%20.18
%0
%47.25
%14.51

Codes

Color #AEDA73 in popluar color models

AE DA 73
RGB 174 218 115
HSL 86° 58.19% 65.29%
HSB/HSV 86° 47.25% 85.49%
CMYK 20.18% 0.00% 47.25%
14.51%

Color #AEDA73 in popluar number systems.

HEX AE DA 73
Decimal 174 218 115
Binary 10101110 11011010 1110011
Octal 256 332 163

Shades and tints

Shades of #AEDA73

#AEDA73
(174,218,115)
#9FC769
(159,199,105)
#90B45F
(144,180,95)
#81A155
(129,161,85)
#728E4B
(114,142,75)
#637B41
(99,123,65)
#546837
(84,104,55)
#45552D
(69,85,45)
#364223
(54,66,35)
#272F19
(39,47,25)
#181C0F
(24,28,15)
#000000
(0,0,0)

Tints of #AEDA73

#AEDA73
(174,218,115)
#B5DD7F
(181,221,127)
#BCE08B
(188,224,139)
#C3E397
(195,227,151)
#CAE6A3
(202,230,163)
#D1E9AF
(209,233,175)
#D8ECBB
(216,236,187)
#DFEFC7
(223,239,199)
#E6F2D3
(230,242,211)
#EDF5DF
(237,245,223)
#F4F8EB
(244,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDA73 color. Also use rgb(174,218,115) instead hex code.

Text Font Color

.myTextColor { color: #AEDA73; }

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

This text font color is #AEDA73.

Background Color

.myBgColor { background-color: #AEDA73; }

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

This div background color is #AEDA73.

Border color

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

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

This div border color is #AEDA73.

Opacity

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

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

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

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

This text has shadow with #AEDA73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDA73.

Preview

Color preview on black background

This text has color #AEDA73 on black background.


Color preview on white background

This text has color #AEDA73 on white background.


Black color preview on #AEDA73 background

This text has black color on #AEDA73 background.


White color preview on #AEDA73 background

This text has white color on #AEDA73 background.


Related colors

Complementary color

Complementary color for #hex is #51258C.


I love getcolorcode.com

Triadic colors

1 #73AEDA and #DA73AE with #AEDA73 are triadic colors.

2 #73DAAE and #DAAE73 with #AEDA73 are triadic colors.