COLOR #AEC38A

HEX: #AEC38A
RGB: (174,195,138)

Color info

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

RGB color model

#AEC38A color RGB value is (174,195,138).

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

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 138 of 255 = 54%

174
195
138

R + G + B ~ 66%. #AEC38A is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 195 + 138 = 507 (100%)
R 174 of 507 ~ 34.32%
G 195 of 507 ~ 38.46%
B 138 of 507 ~ 27.22%

%34.32
%38.46
%27.22

CMYK color model

#AEC38A color CMYK value is (11,0,29,24).

  • cyan value is 10.77%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 23.53%
CMYK:
(11,0,29,24)
C11M0Y29K24 
(11%,0%,29%,24%)
(0.11/0.00/0.29/0.24)	

CMYK percentages

%10.77
%0
%29.23
%23.53

Codes

Color #AEC38A in popluar color models

AEC38A
RGB174195138
HSL82°32.20%65.29%
HSB/HSV82°29.23%76.47%
CMYK10.77%0.00%29.23%
23.53%

Color #AEC38A in popluar number systems.

HEXAEC38A
Decimal174195138
Binary101011101100001110001010
Octal256303212

Shades and tints

Shades of #AEC38A

#AEC38A
(174,195,138)
#9FB27E
(159,178,126)
#90A172
(144,161,114)
#819066
(129,144,102)
#727F5A
(114,127,90)
#636E4E
(99,110,78)
#545D42
(84,93,66)
#454C36
(69,76,54)
#363B2A
(54,59,42)
#272A1E
(39,42,30)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #AEC38A

#AEC38A
(174,195,138)
#B5C894
(181,200,148)
#BCCD9E
(188,205,158)
#C3D2A8
(195,210,168)
#CAD7B2
(202,215,178)
#D1DCBC
(209,220,188)
#D8E1C6
(216,225,198)
#DFE6D0
(223,230,208)
#E6EBDA
(230,235,218)
#EDF0E4
(237,240,228)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC38A; }

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

This text font color is #AEC38A.


Background Color

.myBgColor { background-color: #AEC38A; }

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

This div background color is #AEC38A.


Border color

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

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

This div border color is #AEC38A.


Opacity

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

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

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

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

This text has shadow with #AEC38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC38A on black background.


Color preview on white background

This text has color #AEC38A on white background.



Black color preview on #AEC38A background

This text has black color on #AEC38A background.


White color preview on #AEC38A background

This text has white color on #AEC38A background.