COLOR #AEC15D

HEX: #AEC15D RGB: (174,193,93)

Color info

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

RGB color model

#AEC15D color RGB value is (174,193,93).

RGB: (174,193,93) (68%, 76%, 36%)

RGB channels and saturation

R 174 of 255 = 68%
G 193 of 255 = 76%
B 93 of 255 = 36%

174
193
93

R + G + B ~ 60%. #AEC15D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 174 + 193 + 93 = 460 (100%)
R 174 of 460 ~ 37.83%
G 193 of 460 ~ 41.96%
B 93 of 460 ~ 20.22'%

%37.83
%41.96
%20.22

CMYK color model

#AEC15D color CMYK value is (10,0,52,24).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 51.81%
  • key color value is 24.31%

CMYK: (10,0,52,24)
C10M0Y52K24 (10%, 0%, 52%, 24%)
(0.10 / 0.00 / 0.52 / 0.24)

CMYK percentages

%9.84
%0
%51.81
%24.31

Codes

Color #AEC15D in popluar color models

AE C1 5D
RGB 174 193 93
HSL 71° 44.64% 56.08%
HSB/HSV 71° 51.81% 75.69%
CMYK 9.84% 0.00% 51.81%
24.31%

Color #AEC15D in popluar number systems.

HEX AE C1 5D
Decimal 174 193 93
Binary 10101110 11000001 1011101
Octal 256 301 135

Shades and tints

Shades of #AEC15D

#AEC15D
(174,193,93)
#9FB055
(159,176,85)
#909F4D
(144,159,77)
#818E45
(129,142,69)
#727D3D
(114,125,61)
#636C35
(99,108,53)
#545B2D
(84,91,45)
#454A25
(69,74,37)
#36391D
(54,57,29)
#272815
(39,40,21)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #AEC15D

#AEC15D
(174,193,93)
#B5C66B
(181,198,107)
#BCCB79
(188,203,121)
#C3D087
(195,208,135)
#CAD595
(202,213,149)
#D1DAA3
(209,218,163)
#D8DFB1
(216,223,177)
#DFE4BF
(223,228,191)
#E6E9CD
(230,233,205)
#EDEEDB
(237,238,219)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC15D color. Also use rgb(174,193,93) instead hex code.

Text Font Color

.myTextColor { color: #AEC15D; }

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

This text font color is #AEC15D.

Background Color

.myBgColor { background-color: #AEC15D; }

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

This div background color is #AEC15D.

Border color

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

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

This div border color is #AEC15D.

Opacity

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

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

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

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

This text has shadow with #AEC15D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC15D.

Preview

Color preview on black background

This text has color #AEC15D on black background.


Color preview on white background

This text has color #AEC15D on white background.


Black color preview on #AEC15D background

This text has black color on #AEC15D background.


White color preview on #AEC15D background

This text has white color on #AEC15D background.


Related colors

Complementary color

Complementary color for #hex is #513EA2.


I love getcolorcode.com

Triadic colors

1 #5DAEC1 and #C15DAE with #AEC15D are triadic colors.

2 #5DC1AE and #C1AE5D with #AEC15D are triadic colors.