COLOR #AEC249

HEX: #AEC249 RGB: (174,194,73)

Color info

#AEC249 contains mainly red and green colors. Web safe color of #AEC249 is #99CC33 (or #9C3).

RGB color model

#AEC249 color RGB value is (174,194,73).

RGB: (174,194,73) (68%, 76%, 29%)

RGB channels and saturation

R 174 of 255 = 68%
G 194 of 255 = 76%
B 73 of 255 = 29%

174
194
73

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

Portions of RGB colors in percentages

R + G + B = 174 + 194 + 73 = 441 (100%)
R 174 of 441 ~ 39.46%
G 194 of 441 ~ 43.99%
B 73 of 441 ~ 16.55'%

%39.46
%43.99
%16.55

CMYK color model

#AEC249 color CMYK value is (10,0,62,24).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 62.37%
  • key color value is 23.92%
CMYK: (10,0,62,24) C10M0Y62K24 (10%,0%,62%,24%) (0.10/0.00/0.62/0.24) 

CMYK percentages

%10.31
%0
%62.37
%23.92

Codes

Color #AEC249 in popluar color models

AE C2 49
RGB 174 194 73
HSL 70° 49.79% 52.35%
HSB/HSV 70° 62.37% 76.08%
CMYK 10.31% 0.00% 62.37%
23.92%

Color #AEC249 in popluar number systems.

HEX AE C2 49
Decimal 174 194 73
Binary 10101110 11000010 1001001
Octal 256 302 111

Shades and tints

Shades of #AEC249

#AEC249
(174,194,73)
#9FB143
(159,177,67)
#90A03D
(144,160,61)
#818F37
(129,143,55)
#727E31
(114,126,49)
#636D2B
(99,109,43)
#545C25
(84,92,37)
#454B1F
(69,75,31)
#363A19
(54,58,25)
#272913
(39,41,19)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #AEC249

#AEC249
(174,194,73)
#B5C759
(181,199,89)
#BCCC69
(188,204,105)
#C3D179
(195,209,121)
#CAD689
(202,214,137)
#D1DB99
(209,219,153)
#D8E0A9
(216,224,169)
#DFE5B9
(223,229,185)
#E6EAC9
(230,234,201)
#EDEFD9
(237,239,217)
#F4F4E9
(244,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC249 color. Also use rgb(174,194,73) instead hex code.

Text Font Color

.myTextColor { color: #AEC249; }

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

This text font color is #AEC249.

Background Color

.myBgColor { background-color: #AEC249; }

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

This div background color is #AEC249.

Border color

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

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

This div border color is #AEC249.

Opacity

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

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

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

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

This text has shadow with #AEC249 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC249.

Preview

Color preview on black background

This text has color #AEC249 on black background.


Color preview on white background

This text has color #AEC249 on white background.


Black color preview on #AEC249 background

This text has black color on #AEC249 background.


White color preview on #AEC249 background

This text has white color on #AEC249 background.


Related colors

Complementary color

Complementary color for #hex is #513DB6.


I love getcolorcode.com

Triadic colors

1 #49AEC2 and #C249AE with #AEC249 are triadic colors.

2 #49C2AE and #C2AE49 with #AEC249 are triadic colors.