COLOR #AEC499

HEX: #AEC499
RGB: (174,196,153)

Color info

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

RGB color model

#AEC499 color RGB value is (174,196,153).

  • red value is 174;
  • green value is 196;
  • blue value is 153.
RGB:
(174,196,153)
(68%,77%,60%)

RGB channels and saturation

R 174 of 255 = 68%
G 196 of 255 = 77%
B 153 of 255 = 60%

174
196
153

R + G + B ~ 68%. #AEC499 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 196 + 153 = 523 (100%)
R 174 of 523 ~ 33.27%
G 196 of 523 ~ 37.48%
B 153 of 523 ~ 29.25%

%33.27
%37.48
%29.25

CMYK color model

#AEC499 color CMYK value is (11,0,22,23).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 23.14%
CMYK:
(11,0,22,23)
C11M0Y22K23 
(11%,0%,22%,23%)
(0.11/0.00/0.22/0.23)	

CMYK percentages

%11.22
%0
%21.94
%23.14

Codes

Color #AEC499 in popluar color models

AEC499
RGB174196153
HSL91°26.71%68.43%
HSB/HSV91°21.94%76.86%
CMYK11.22%0.00%21.94%
23.14%

Color #AEC499 in popluar number systems.

HEXAEC499
Decimal174196153
Binary101011101100010010011001
Octal256304231

Shades and tints

Shades of #AEC499

#AEC499
(174,196,153)
#9FB38C
(159,179,140)
#90A27F
(144,162,127)
#819172
(129,145,114)
#728065
(114,128,101)
#636F58
(99,111,88)
#545E4B
(84,94,75)
#454D3E
(69,77,62)
#363C31
(54,60,49)
#272B24
(39,43,36)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #AEC499

#AEC499
(174,196,153)
#B5C9A2
(181,201,162)
#BCCEAB
(188,206,171)
#C3D3B4
(195,211,180)
#CAD8BD
(202,216,189)
#D1DDC6
(209,221,198)
#D8E2CF
(216,226,207)
#DFE7D8
(223,231,216)
#E6ECE1
(230,236,225)
#EDF1EA
(237,241,234)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC499 color. Also use rgb(174,196,153) instead hex code.

Text Font Color

.myTextColor { color: #AEC499; }

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

This text font color is #AEC499.


Background Color

.myBgColor { background-color: #AEC499; }

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

This div background color is #AEC499.


Border color

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

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

This div border color is #AEC499.


Opacity

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

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

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

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

This text has shadow with #AEC499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC499 on black background.


Color preview on white background

This text has color #AEC499 on white background.



Black color preview on #AEC499 background

This text has black color on #AEC499 background.


White color preview on #AEC499 background

This text has white color on #AEC499 background.