COLOR #AEC390

HEX: #AEC390
RGB: (174,195,144)

Color info

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

RGB color model

#AEC390 color RGB value is (174,195,144).

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

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 144 of 255 = 56%

174
195
144

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

Portions of RGB colors in percentages

R + G + B =
174 + 195 + 144 = 513 (100%)
R 174 of 513 ~ 33.92%
G 195 of 513 ~ 38.01%
B 144 of 513 ~ 28.07%

%33.92
%38.01
%28.07

CMYK color model

#AEC390 color CMYK value is (11,0,26,24).

  • cyan value is 10.77%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 23.53%
CMYK:
(11,0,26,24)
C11M0Y26K24 
(11%,0%,26%,24%)
(0.11/0.00/0.26/0.24)	

CMYK percentages

%10.77
%0
%26.15
%23.53

Codes

Color #AEC390 in popluar color models

AEC390
RGB174195144
HSL85°29.82%66.47%
HSB/HSV85°26.15%76.47%
CMYK10.77%0.00%26.15%
23.53%

Color #AEC390 in popluar number systems.

HEXAEC390
Decimal174195144
Binary101011101100001110010000
Octal256303220

Shades and tints

Shades of #AEC390

#AEC390
(174,195,144)
#9FB283
(159,178,131)
#90A176
(144,161,118)
#819069
(129,144,105)
#727F5C
(114,127,92)
#636E4F
(99,110,79)
#545D42
(84,93,66)
#454C35
(69,76,53)
#363B28
(54,59,40)
#272A1B
(39,42,27)
#18190E
(24,25,14)
#000000
(0,0,0)

Tints of #AEC390

#AEC390
(174,195,144)
#B5C89A
(181,200,154)
#BCCDA4
(188,205,164)
#C3D2AE
(195,210,174)
#CAD7B8
(202,215,184)
#D1DCC2
(209,220,194)
#D8E1CC
(216,225,204)
#DFE6D6
(223,230,214)
#E6EBE0
(230,235,224)
#EDF0EA
(237,240,234)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC390; }

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

This text font color is #AEC390.


Background Color

.myBgColor { background-color: #AEC390; }

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

This div background color is #AEC390.


Border color

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

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

This div border color is #AEC390.


Opacity

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

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

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

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

This text has shadow with #AEC390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC390 on black background.


Color preview on white background

This text has color #AEC390 on white background.



Black color preview on #AEC390 background

This text has black color on #AEC390 background.


White color preview on #AEC390 background

This text has white color on #AEC390 background.