COLOR #AECD5E

HEX: #AECD5E RGB: (174,205,94)

Color info

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

RGB color model

#AECD5E color RGB value is (174,205,94).

RGB: (174,205,94) (68%, 80%, 37%)

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 94 of 255 = 37%

174
205
94

R + G + B ~ 62%. #AECD5E is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 205 + 94 = 473 (100%)
R 174 of 473 ~ 36.79%
G 205 of 473 ~ 43.34%
B 94 of 473 ~ 19.87'%

%36.79
%43.34
%19.87

CMYK color model

#AECD5E color CMYK value is (15,0,54,20).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 54.15%
  • key color value is 19.61%

CMYK: (15,0,54,20)
C15M0Y54K20 (15%, 0%, 54%, 20%)
(0.15 / 0.00 / 0.54 / 0.20)

CMYK percentages

%15.12
%0
%54.15
%19.61

Codes

Color #AECD5E in popluar color models

AE CD 5E
RGB 174 205 94
HSL 77° 52.61% 58.63%
HSB/HSV 77° 54.15% 80.39%
CMYK 15.12% 0.00% 54.15%
19.61%

Color #AECD5E in popluar number systems.

HEX AE CD 5E
Decimal 174 205 94
Binary 10101110 11001101 1011110
Octal 256 315 136

Shades and tints

Shades of #AECD5E

#AECD5E
(174,205,94)
#9FBB56
(159,187,86)
#90A94E
(144,169,78)
#819746
(129,151,70)
#72853E
(114,133,62)
#637336
(99,115,54)
#54612E
(84,97,46)
#454F26
(69,79,38)
#363D1E
(54,61,30)
#272B16
(39,43,22)
#18190E
(24,25,14)
#000000
(0,0,0)

Tints of #AECD5E

#AECD5E
(174,205,94)
#B5D16C
(181,209,108)
#BCD57A
(188,213,122)
#C3D988
(195,217,136)
#CADD96
(202,221,150)
#D1E1A4
(209,225,164)
#D8E5B2
(216,229,178)
#DFE9C0
(223,233,192)
#E6EDCE
(230,237,206)
#EDF1DC
(237,241,220)
#F4F5EA
(244,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECD5E color. Also use rgb(174,205,94) instead hex code.

Text Font Color

.myTextColor { color: #AECD5E; }

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

This text font color is #AECD5E.

Background Color

.myBgColor { background-color: #AECD5E; }

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

This div background color is #AECD5E.

Border color

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

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

This div border color is #AECD5E.

Opacity

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

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

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

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

This text has shadow with #AECD5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECD5E.

Preview

Color preview on black background

This text has color #AECD5E on black background.


Color preview on white background

This text has color #AECD5E on white background.


Black color preview on #AECD5E background

This text has black color on #AECD5E background.


White color preview on #AECD5E background

This text has white color on #AECD5E background.


Related colors

Complementary color

Complementary color for #hex is #5132A1.


I love getcolorcode.com

Triadic colors

1 #5EAECD and #CD5EAE with #AECD5E are triadic colors.

2 #5ECDAE and #CDAE5E with #AECD5E are triadic colors.