COLOR #AEC584

HEX: #AEC584
RGB: (174,197,132)

Color info

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

RGB color model

#AEC584 color RGB value is (174,197,132).

  • red value is 174;
  • green value is 197;
  • blue value is 132.
RGB:
(174,197,132)
(68%,77%,52%)

RGB channels and saturation

R 174 of 255 = 68%
G 197 of 255 = 77%
B 132 of 255 = 52%

174
197
132

R + G + B ~ 66%. #AEC584 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 197 + 132 = 503 (100%)
R 174 of 503 ~ 34.59%
G 197 of 503 ~ 39.17%
B 132 of 503 ~ 26.24%

%34.59
%39.17
%26.24

CMYK color model

#AEC584 color CMYK value is (12,0,33,23).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 32.99%
  • key color value is 22.75%
CMYK:
(12,0,33,23)
C12M0Y33K23 
(12%,0%,33%,23%)
(0.12/0.00/0.33/0.23)	

CMYK percentages

%11.68
%0
%32.99
%22.75

Codes

Color #AEC584 in popluar color models

AEC584
RGB174197132
HSL81°35.91%64.51%
HSB/HSV81°32.99%77.25%
CMYK11.68%0.00%32.99%
22.75%

Color #AEC584 in popluar number systems.

HEXAEC584
Decimal174197132
Binary101011101100010110000100
Octal256305204

Shades and tints

Shades of #AEC584

#AEC584
(174,197,132)
#9FB478
(159,180,120)
#90A36C
(144,163,108)
#819260
(129,146,96)
#728154
(114,129,84)
#637048
(99,112,72)
#545F3C
(84,95,60)
#454E30
(69,78,48)
#363D24
(54,61,36)
#272C18
(39,44,24)
#181B0C
(24,27,12)
#000000
(0,0,0)

Tints of #AEC584

#AEC584
(174,197,132)
#B5CA8F
(181,202,143)
#BCCF9A
(188,207,154)
#C3D4A5
(195,212,165)
#CAD9B0
(202,217,176)
#D1DEBB
(209,222,187)
#D8E3C6
(216,227,198)
#DFE8D1
(223,232,209)
#E6EDDC
(230,237,220)
#EDF2E7
(237,242,231)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC584 color. Also use rgb(174,197,132) instead hex code.

Text Font Color

.myTextColor { color: #AEC584; }

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

This text font color is #AEC584.


Background Color

.myBgColor { background-color: #AEC584; }

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

This div background color is #AEC584.


Border color

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

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

This div border color is #AEC584.


Opacity

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

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

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

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

This text has shadow with #AEC584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC584 on black background.


Color preview on white background

This text has color #AEC584 on white background.



Black color preview on #AEC584 background

This text has black color on #AEC584 background.


White color preview on #AEC584 background

This text has white color on #AEC584 background.