COLOR #AEC171

HEX: #AEC171
RGB: (174,193,113)

Color info

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

RGB color model

#AEC171 color RGB value is (174,193,113).

  • red value is 174;
  • green value is 193;
  • blue value is 113.
RGB:
(174,193,113)
(68%,76%,44%)

RGB channels and saturation

R 174 of 255 = 68%
G 193 of 255 = 76%
B 113 of 255 = 44%

174
193
113

R + G + B ~ 63%. #AEC171 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 193 + 113 = 480 (100%)
R 174 of 480 ~ 36.25%
G 193 of 480 ~ 40.21%
B 113 of 480 ~ 23.54%

%36.25
%40.21
%23.54

CMYK color model

#AEC171 color CMYK value is (10,0,41,24).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 41.45%
  • key color value is 24.31%
CMYK:
(10,0,41,24)
C10M0Y41K24 
(10%,0%,41%,24%)
(0.10/0.00/0.41/0.24)	

CMYK percentages

%9.84
%0
%41.45
%24.31

Codes

Color #AEC171 in popluar color models

AEC171
RGB174193113
HSL74°39.22%60.00%
HSB/HSV74°41.45%75.69%
CMYK9.84%0.00%41.45%
24.31%

Color #AEC171 in popluar number systems.

HEXAEC171
Decimal174193113
Binary10101110110000011110001
Octal256301161

Shades and tints

Shades of #AEC171

#AEC171
(174,193,113)
#9FB067
(159,176,103)
#909F5D
(144,159,93)
#818E53
(129,142,83)
#727D49
(114,125,73)
#636C3F
(99,108,63)
#545B35
(84,91,53)
#454A2B
(69,74,43)
#363921
(54,57,33)
#272817
(39,40,23)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #AEC171

#AEC171
(174,193,113)
#B5C67D
(181,198,125)
#BCCB89
(188,203,137)
#C3D095
(195,208,149)
#CAD5A1
(202,213,161)
#D1DAAD
(209,218,173)
#D8DFB9
(216,223,185)
#DFE4C5
(223,228,197)
#E6E9D1
(230,233,209)
#EDEEDD
(237,238,221)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC171; }

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

This text font color is #AEC171.


Background Color

.myBgColor { background-color: #AEC171; }

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

This div background color is #AEC171.


Border color

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

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

This div border color is #AEC171.


Opacity

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

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

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

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

This text has shadow with #AEC171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC171 on black background.


Color preview on white background

This text has color #AEC171 on white background.



Black color preview on #AEC171 background

This text has black color on #AEC171 background.


White color preview on #AEC171 background

This text has white color on #AEC171 background.