COLOR #AEC472

HEX: #AEC472
RGB: (174,196,114)

Color info

#AEC472 contains mainly red and green colors. Web safe color of #AEC472 is #99CC66 (or #9C6).

RGB color model

#AEC472 color RGB value is (174,196,114).

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

RGB channels and saturation

R 174 of 255 = 68%
G 196 of 255 = 77%
B 114 of 255 = 45%

174
196
114

R + G + B ~ 63%. #AEC472 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 196 + 114 = 484 (100%)
R 174 of 484 ~ 35.95%
G 196 of 484 ~ 40.5%
B 114 of 484 ~ 23.55%

%35.95
%40.5
%23.55

CMYK color model

#AEC472 color CMYK value is (11,0,42,23).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 41.84%
  • key color value is 23.14%
CMYK:
(11,0,42,23)
C11M0Y42K23 
(11%,0%,42%,23%)
(0.11/0.00/0.42/0.23)	

CMYK percentages

%11.22
%0
%41.84
%23.14

Codes

Color #AEC472 in popluar color models

AEC472
RGB174196114
HSL76°41.00%60.78%
HSB/HSV76°41.84%76.86%
CMYK11.22%0.00%41.84%
23.14%

Color #AEC472 in popluar number systems.

HEXAEC472
Decimal174196114
Binary10101110110001001110010
Octal256304162

Shades and tints

Shades of #AEC472

#AEC472
(174,196,114)
#9FB368
(159,179,104)
#90A25E
(144,162,94)
#819154
(129,145,84)
#72804A
(114,128,74)
#636F40
(99,111,64)
#545E36
(84,94,54)
#454D2C
(69,77,44)
#363C22
(54,60,34)
#272B18
(39,43,24)
#181A0E
(24,26,14)
#000000
(0,0,0)

Tints of #AEC472

#AEC472
(174,196,114)
#B5C97E
(181,201,126)
#BCCE8A
(188,206,138)
#C3D396
(195,211,150)
#CAD8A2
(202,216,162)
#D1DDAE
(209,221,174)
#D8E2BA
(216,226,186)
#DFE7C6
(223,231,198)
#E6ECD2
(230,236,210)
#EDF1DE
(237,241,222)
#F4F6EA
(244,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC472; }

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

This text font color is #AEC472.


Background Color

.myBgColor { background-color: #AEC472; }

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

This div background color is #AEC472.


Border color

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

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

This div border color is #AEC472.


Opacity

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

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

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

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

This text has shadow with #AEC472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC472 on black background.


Color preview on white background

This text has color #AEC472 on white background.



Black color preview on #AEC472 background

This text has black color on #AEC472 background.


White color preview on #AEC472 background

This text has white color on #AEC472 background.