COLOR #AEDC7D

HEX: #AEDC7D RGB: (174,220,125)

Color info

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

RGB color model

#AEDC7D color RGB value is (174,220,125).

RGB: (174,220,125) (68%, 86%, 49%)

RGB channels and saturation

R 174 of 255 = 68%
G 220 of 255 = 86%
B 125 of 255 = 49%

174
220
125

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

Portions of RGB colors in percentages

R + G + B = 174 + 220 + 125 = 519 (100%)
R 174 of 519 ~ 33.53%
G 220 of 519 ~ 42.39%
B 125 of 519 ~ 24.08'%

%33.53
%42.39
%24.08

CMYK color model

#AEDC7D color CMYK value is (21,0,43,14).

  • cyan value is 20.91%
  • magenta value is 0.00%
  • yellow value is 43.18%
  • key color value is 13.73%

CMYK: (21,0,43,14)
C21M0Y43K14 (21%, 0%, 43%, 14%)
(0.21 / 0.00 / 0.43 / 0.14)

CMYK percentages

%20.91
%0
%43.18
%13.73

Codes

Color #AEDC7D in popluar color models

AE DC 7D
RGB 174 220 125
HSL 89° 57.58% 67.65%
HSB/HSV 89° 43.18% 86.27%
CMYK 20.91% 0.00% 43.18%
13.73%

Color #AEDC7D in popluar number systems.

HEX AE DC 7D
Decimal 174 220 125
Binary 10101110 11011100 1111101
Octal 256 334 175

Shades and tints

Shades of #AEDC7D

#AEDC7D
(174,220,125)
#9FC872
(159,200,114)
#90B467
(144,180,103)
#81A05C
(129,160,92)
#728C51
(114,140,81)
#637846
(99,120,70)
#54643B
(84,100,59)
#455030
(69,80,48)
#363C25
(54,60,37)
#27281A
(39,40,26)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #AEDC7D

#AEDC7D
(174,220,125)
#B5DF88
(181,223,136)
#BCE293
(188,226,147)
#C3E59E
(195,229,158)
#CAE8A9
(202,232,169)
#D1EBB4
(209,235,180)
#D8EEBF
(216,238,191)
#DFF1CA
(223,241,202)
#E6F4D5
(230,244,213)
#EDF7E0
(237,247,224)
#F4FAEB
(244,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDC7D color. Also use rgb(174,220,125) instead hex code.

Text Font Color

.myTextColor { color: #AEDC7D; }

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

This text font color is #AEDC7D.

Background Color

.myBgColor { background-color: #AEDC7D; }

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

This div background color is #AEDC7D.

Border color

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

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

This div border color is #AEDC7D.

Opacity

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

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

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

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

This text has shadow with #AEDC7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDC7D.

Preview

Color preview on black background

This text has color #AEDC7D on black background.


Color preview on white background

This text has color #AEDC7D on white background.


Black color preview on #AEDC7D background

This text has black color on #AEDC7D background.


White color preview on #AEDC7D background

This text has white color on #AEDC7D background.


Related colors

Complementary color

Complementary color for #hex is #512382.


I love getcolorcode.com

Triadic colors

1 #7DAEDC and #DC7DAE with #AEDC7D are triadic colors.

2 #7DDCAE and #DCAE7D with #AEDC7D are triadic colors.