COLOR #AEC37E

HEX: #AEC37E RGB: (174,195,126)

Color info

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

RGB color model

#AEC37E color RGB value is (174,195,126).

RGB: (174,195,126) (68%, 76%, 49%)

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 126 of 255 = 49%

174
195
126

R + G + B ~ 64%. #AEC37E is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 195 + 126 = 495 (100%)
R 174 of 495 ~ 35.15%
G 195 of 495 ~ 39.39%
B 126 of 495 ~ 25.45'%

%35.15
%39.39
%25.45

CMYK color model

#AEC37E color CMYK value is (11,0,35,24).

  • cyan value is 10.77%
  • magenta value is 0.00%
  • yellow value is 35.38%
  • key color value is 23.53%
CMYK: (11,0,35,24) C11M0Y35K24 (11%,0%,35%,24%) (0.11/0.00/0.35/0.24) 

CMYK percentages

%10.77
%0
%35.38
%23.53

Codes

Color #AEC37E in popluar color models

AE C3 7E
RGB 174 195 126
HSL 78° 36.51% 62.94%
HSB/HSV 78° 35.38% 76.47%
CMYK 10.77% 0.00% 35.38%
23.53%

Color #AEC37E in popluar number systems.

HEX AE C3 7E
Decimal 174 195 126
Binary 10101110 11000011 1111110
Octal 256 303 176

Shades and tints

Shades of #AEC37E

#AEC37E
(174,195,126)
#9FB273
(159,178,115)
#90A168
(144,161,104)
#81905D
(129,144,93)
#727F52
(114,127,82)
#636E47
(99,110,71)
#545D3C
(84,93,60)
#454C31
(69,76,49)
#363B26
(54,59,38)
#272A1B
(39,42,27)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #AEC37E

#AEC37E
(174,195,126)
#B5C889
(181,200,137)
#BCCD94
(188,205,148)
#C3D29F
(195,210,159)
#CAD7AA
(202,215,170)
#D1DCB5
(209,220,181)
#D8E1C0
(216,225,192)
#DFE6CB
(223,230,203)
#E6EBD6
(230,235,214)
#EDF0E1
(237,240,225)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC37E color. Also use rgb(174,195,126) instead hex code.

Text Font Color

.myTextColor { color: #AEC37E; }

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

This text font color is #AEC37E.

Background Color

.myBgColor { background-color: #AEC37E; }

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

This div background color is #AEC37E.

Border color

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

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

This div border color is #AEC37E.

Opacity

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

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

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

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

This text has shadow with #AEC37E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC37E.

Preview

Color preview on black background

This text has color #AEC37E on black background.


Color preview on white background

This text has color #AEC37E on white background.


Black color preview on #AEC37E background

This text has black color on #AEC37E background.


White color preview on #AEC37E background

This text has white color on #AEC37E background.


Related colors

Complementary color

Complementary color for #hex is #513C81.


I love getcolorcode.com

Triadic colors

1 #7EAEC3 and #C37EAE with #AEC37E are triadic colors.

2 #7EC3AE and #C3AE7E with #AEC37E are triadic colors.