COLOR #AEC291

HEX: #AEC291
RGB: (174,194,145)

Color info

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

RGB color model

#AEC291 color RGB value is (174,194,145).

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

RGB channels and saturation

R 174 of 255 = 68%
G 194 of 255 = 76%
B 145 of 255 = 57%

174
194
145

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

Portions of RGB colors in percentages

R + G + B =
174 + 194 + 145 = 513 (100%)
R 174 of 513 ~ 33.92%
G 194 of 513 ~ 37.82%
B 145 of 513 ~ 28.27%

%33.92
%37.82
%28.27

CMYK color model

#AEC291 color CMYK value is (10,0,25,24).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 25.26%
  • key color value is 23.92%
CMYK:
(10,0,25,24)
C10M0Y25K24 
(10%,0%,25%,24%)
(0.10/0.00/0.25/0.24)	

CMYK percentages

%10.31
%0
%25.26
%23.92

Codes

Color #AEC291 in popluar color models

AEC291
RGB174194145
HSL84°28.65%66.47%
HSB/HSV84°25.26%76.08%
CMYK10.31%0.00%25.26%
23.92%

Color #AEC291 in popluar number systems.

HEXAEC291
Decimal174194145
Binary101011101100001010010001
Octal256302221

Shades and tints

Shades of #AEC291

#AEC291
(174,194,145)
#9FB184
(159,177,132)
#90A077
(144,160,119)
#818F6A
(129,143,106)
#727E5D
(114,126,93)
#636D50
(99,109,80)
#545C43
(84,92,67)
#454B36
(69,75,54)
#363A29
(54,58,41)
#27291C
(39,41,28)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #AEC291

#AEC291
(174,194,145)
#B5C79B
(181,199,155)
#BCCCA5
(188,204,165)
#C3D1AF
(195,209,175)
#CAD6B9
(202,214,185)
#D1DBC3
(209,219,195)
#D8E0CD
(216,224,205)
#DFE5D7
(223,229,215)
#E6EAE1
(230,234,225)
#EDEFEB
(237,239,235)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC291 color. Also use rgb(174,194,145) instead hex code.

Text Font Color

.myTextColor { color: #AEC291; }

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

This text font color is #AEC291.


Background Color

.myBgColor { background-color: #AEC291; }

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

This div background color is #AEC291.


Border color

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

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

This div border color is #AEC291.


Opacity

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

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

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

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

This text has shadow with #AEC291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC291 on black background.


Color preview on white background

This text has color #AEC291 on white background.



Black color preview on #AEC291 background

This text has black color on #AEC291 background.


White color preview on #AEC291 background

This text has white color on #AEC291 background.