COLOR #AEC050

HEX: #AEC050 RGB: (174,192,80)

Color info

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

RGB color model

#AEC050 color RGB value is (174,192,80).

RGB: (174,192,80) (68%, 75%, 31%)

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 80 of 255 = 31%

174
192
80

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

Portions of RGB colors in percentages

R + G + B = 174 + 192 + 80 = 446 (100%)
R 174 of 446 ~ 39.01%
G 192 of 446 ~ 43.05%
B 80 of 446 ~ 17.94'%

%39.01
%43.05
%17.94

CMYK color model

#AEC050 color CMYK value is (9,0,58,25).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 24.71%

CMYK: (9,0,58,25)
C9M0Y58K25 (9%, 0%, 58%, 25%)
(0.09 / 0.00 / 0.58 / 0.25)

CMYK percentages

%9.38
%0
%58.33
%24.71

Codes

Color #AEC050 in popluar color models

AE C0 50
RGB 174 192 80
HSL 70° 47.06% 53.33%
HSB/HSV 70° 58.33% 75.29%
CMYK 9.38% 0.00% 58.33%
24.71%

Color #AEC050 in popluar number systems.

HEX AE C0 50
Decimal 174 192 80
Binary 10101110 11000000 1010000
Octal 256 300 120

Shades and tints

Shades of #AEC050

#AEC050
(174,192,80)
#9FAF49
(159,175,73)
#909E42
(144,158,66)
#818D3B
(129,141,59)
#727C34
(114,124,52)
#636B2D
(99,107,45)
#545A26
(84,90,38)
#45491F
(69,73,31)
#363818
(54,56,24)
#272711
(39,39,17)
#18160A
(24,22,10)
#000000
(0,0,0)

Tints of #AEC050

#AEC050
(174,192,80)
#B5C55F
(181,197,95)
#BCCA6E
(188,202,110)
#C3CF7D
(195,207,125)
#CAD48C
(202,212,140)
#D1D99B
(209,217,155)
#D8DEAA
(216,222,170)
#DFE3B9
(223,227,185)
#E6E8C8
(230,232,200)
#EDEDD7
(237,237,215)
#F4F2E6
(244,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC050 color. Also use rgb(174,192,80) instead hex code.

Text Font Color

.myTextColor { color: #AEC050; }

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

This text font color is #AEC050.

Background Color

.myBgColor { background-color: #AEC050; }

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

This div background color is #AEC050.

Border color

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

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

This div border color is #AEC050.

Opacity

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

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

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

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

This text has shadow with #AEC050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC050.

Preview

Color preview on black background

This text has color #AEC050 on black background.


Color preview on white background

This text has color #AEC050 on white background.


Black color preview on #AEC050 background

This text has black color on #AEC050 background.


White color preview on #AEC050 background

This text has white color on #AEC050 background.


Related colors

Complementary color

Complementary color for #hex is #513FAF.


I love getcolorcode.com

Triadic colors

1 #50AEC0 and #C050AE with #AEC050 are triadic colors.

2 #50C0AE and #C0AE50 with #AEC050 are triadic colors.