COLOR #AEC482

HEX: #AEC482
RGB: (174,196,130)

Color info

#AEC482 contains mainly red and green colors. Web safe color of #AEC482 is #99CC99 (or #9C9).

RGB color model

#AEC482 color RGB value is (174,196,130).

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

RGB channels and saturation

R 174 of 255 = 68%
G 196 of 255 = 77%
B 130 of 255 = 51%

174
196
130

R + G + B ~ 65%. #AEC482 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 196 + 130 = 500 (100%)
R 174 of 500 ~ 34.8%
G 196 of 500 ~ 39.2%
B 130 of 500 ~ 26%

%34.8
%39.2
%26

CMYK color model

#AEC482 color CMYK value is (11,0,34,23).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 33.67%
  • key color value is 23.14%
CMYK:
(11,0,34,23)
C11M0Y34K23 
(11%,0%,34%,23%)
(0.11/0.00/0.34/0.23)	

CMYK percentages

%11.22
%0
%33.67
%23.14

Codes

Color #AEC482 in popluar color models

AEC482
RGB174196130
HSL80°35.87%63.92%
HSB/HSV80°33.67%76.86%
CMYK11.22%0.00%33.67%
23.14%

Color #AEC482 in popluar number systems.

HEXAEC482
Decimal174196130
Binary101011101100010010000010
Octal256304202

Shades and tints

Shades of #AEC482

#AEC482
(174,196,130)
#9FB377
(159,179,119)
#90A26C
(144,162,108)
#819161
(129,145,97)
#728056
(114,128,86)
#636F4B
(99,111,75)
#545E40
(84,94,64)
#454D35
(69,77,53)
#363C2A
(54,60,42)
#272B1F
(39,43,31)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #AEC482

#AEC482
(174,196,130)
#B5C98D
(181,201,141)
#BCCE98
(188,206,152)
#C3D3A3
(195,211,163)
#CAD8AE
(202,216,174)
#D1DDB9
(209,221,185)
#D8E2C4
(216,226,196)
#DFE7CF
(223,231,207)
#E6ECDA
(230,236,218)
#EDF1E5
(237,241,229)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC482; }

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

This text font color is #AEC482.


Background Color

.myBgColor { background-color: #AEC482; }

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

This div background color is #AEC482.


Border color

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

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

This div border color is #AEC482.


Opacity

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

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

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

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

This text has shadow with #AEC482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC482 on black background.


Color preview on white background

This text has color #AEC482 on white background.



Black color preview on #AEC482 background

This text has black color on #AEC482 background.


White color preview on #AEC482 background

This text has white color on #AEC482 background.