COLOR #AEC39F

HEX: #AEC39F
RGB: (174,195,159)

Color info

#AEC39F contains red, green and blue colors in about the same proportion. Web safe color of #AEC39F is #99CC99 (or #9C9).

RGB color model

#AEC39F color RGB value is (174,195,159).

  • red value is 174;
  • green value is 195;
  • blue value is 159.
RGB:
(174,195,159)
(68%,76%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 159 of 255 = 62%

174
195
159

R + G + B ~ 69%. #AEC39F is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 195 + 159 = 528 (100%)
R 174 of 528 ~ 32.95%
G 195 of 528 ~ 36.93%
B 159 of 528 ~ 30.11%

%32.95
%36.93
%30.11

CMYK color model

#AEC39F color CMYK value is (11,0,18,24).

  • cyan value is 10.77%
  • magenta value is 0.00%
  • yellow value is 18.46%
  • key color value is 23.53%
CMYK:
(11,0,18,24)
C11M0Y18K24 
(11%,0%,18%,24%)
(0.11/0.00/0.18/0.24)	

CMYK percentages

%10.77
%0
%18.46
%23.53

Codes

Color #AEC39F in popluar color models

AEC39F
RGB174195159
HSL95°23.08%69.41%
HSB/HSV95°18.46%76.47%
CMYK10.77%0.00%18.46%
23.53%

Color #AEC39F in popluar number systems.

HEXAEC39F
Decimal174195159
Binary101011101100001110011111
Octal256303237

Shades and tints

Shades of #AEC39F

#AEC39F
(174,195,159)
#9FB291
(159,178,145)
#90A183
(144,161,131)
#819075
(129,144,117)
#727F67
(114,127,103)
#636E59
(99,110,89)
#545D4B
(84,93,75)
#454C3D
(69,76,61)
#363B2F
(54,59,47)
#272A21
(39,42,33)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #AEC39F

#AEC39F
(174,195,159)
#B5C8A7
(181,200,167)
#BCCDAF
(188,205,175)
#C3D2B7
(195,210,183)
#CAD7BF
(202,215,191)
#D1DCC7
(209,220,199)
#D8E1CF
(216,225,207)
#DFE6D7
(223,230,215)
#E6EBDF
(230,235,223)
#EDF0E7
(237,240,231)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC39F; }

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

This text font color is #AEC39F.


Background Color

.myBgColor { background-color: #AEC39F; }

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

This div background color is #AEC39F.


Border color

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

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

This div border color is #AEC39F.


Opacity

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

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

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

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

This text has shadow with #AEC39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC39F on black background.


Color preview on white background

This text has color #AEC39F on white background.



Black color preview on #AEC39F background

This text has black color on #AEC39F background.


White color preview on #AEC39F background

This text has white color on #AEC39F background.