COLOR #AEC392

HEX: #AEC392
RGB: (174,195,146)

Color info

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

RGB color model

#AEC392 color RGB value is (174,195,146).

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

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 146 of 255 = 57%

174
195
146

R + G + B ~ 67%. #AEC392 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 195 + 146 = 515 (100%)
R 174 of 515 ~ 33.79%
G 195 of 515 ~ 37.86%
B 146 of 515 ~ 28.35%

%33.79
%37.86
%28.35

CMYK color model

#AEC392 color CMYK value is (11,0,25,24).

  • cyan value is 10.77%
  • magenta value is 0.00%
  • yellow value is 25.13%
  • key color value is 23.53%
CMYK:
(11,0,25,24)
C11M0Y25K24 
(11%,0%,25%,24%)
(0.11/0.00/0.25/0.24)	

CMYK percentages

%10.77
%0
%25.13
%23.53

Codes

Color #AEC392 in popluar color models

AEC392
RGB174195146
HSL86°28.99%66.86%
HSB/HSV86°25.13%76.47%
CMYK10.77%0.00%25.13%
23.53%

Color #AEC392 in popluar number systems.

HEXAEC392
Decimal174195146
Binary101011101100001110010010
Octal256303222

Shades and tints

Shades of #AEC392

#AEC392
(174,195,146)
#9FB285
(159,178,133)
#90A178
(144,161,120)
#81906B
(129,144,107)
#727F5E
(114,127,94)
#636E51
(99,110,81)
#545D44
(84,93,68)
#454C37
(69,76,55)
#363B2A
(54,59,42)
#272A1D
(39,42,29)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #AEC392

#AEC392
(174,195,146)
#B5C89B
(181,200,155)
#BCCDA4
(188,205,164)
#C3D2AD
(195,210,173)
#CAD7B6
(202,215,182)
#D1DCBF
(209,220,191)
#D8E1C8
(216,225,200)
#DFE6D1
(223,230,209)
#E6EBDA
(230,235,218)
#EDF0E3
(237,240,227)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC392; }

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

This text font color is #AEC392.


Background Color

.myBgColor { background-color: #AEC392; }

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

This div background color is #AEC392.


Border color

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

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

This div border color is #AEC392.


Opacity

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

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

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

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

This text has shadow with #AEC392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC392 on black background.


Color preview on white background

This text has color #AEC392 on white background.



Black color preview on #AEC392 background

This text has black color on #AEC392 background.


White color preview on #AEC392 background

This text has white color on #AEC392 background.