COLOR #AEE472

HEX: #AEE472
RGB: (174,228,114)

Color info

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

RGB color model

#AEE472 color RGB value is (174,228,114).

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

RGB channels and saturation

R 174 of 255 = 68%
G 228 of 255 = 89%
B 114 of 255 = 45%

174
228
114

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

Portions of RGB colors in percentages

R + G + B =
174 + 228 + 114 = 516 (100%)
R 174 of 516 ~ 33.72%
G 228 of 516 ~ 44.19%
B 114 of 516 ~ 22.09%

%33.72
%44.19
%22.09

CMYK color model

#AEE472 color CMYK value is (24,0,50,11).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 10.59%
CMYK:
(24,0,50,11)
C24M0Y50K11 
(24%,0%,50%,11%)
(0.24/0.00/0.50/0.11)	

CMYK percentages

%23.68
%0
%50
%10.59

Codes

Color #AEE472 in popluar color models

AEE472
RGB174228114
HSL88°67.86%67.06%
HSB/HSV88°50.00%89.41%
CMYK23.68%0.00%50.00%
10.59%

Color #AEE472 in popluar number systems.

HEXAEE472
Decimal174228114
Binary10101110111001001110010
Octal256344162

Shades and tints

Shades of #AEE472

#AEE472
(174,228,114)
#9FD068
(159,208,104)
#90BC5E
(144,188,94)
#81A854
(129,168,84)
#72944A
(114,148,74)
#638040
(99,128,64)
#546C36
(84,108,54)
#45582C
(69,88,44)
#364422
(54,68,34)
#273018
(39,48,24)
#181C0E
(24,28,14)
#000000
(0,0,0)

Tints of #AEE472

#AEE472
(174,228,114)
#B5E67E
(181,230,126)
#BCE88A
(188,232,138)
#C3EA96
(195,234,150)
#CAECA2
(202,236,162)
#D1EEAE
(209,238,174)
#D8F0BA
(216,240,186)
#DFF2C6
(223,242,198)
#E6F4D2
(230,244,210)
#EDF6DE
(237,246,222)
#F4F8EA
(244,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE472; }

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

This text font color is #AEE472.


Background Color

.myBgColor { background-color: #AEE472; }

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

This div background color is #AEE472.


Border color

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

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

This div border color is #AEE472.


Opacity

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

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

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

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

This text has shadow with #AEE472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE472 on black background.


Color preview on white background

This text has color #AEE472 on white background.



Black color preview on #AEE472 background

This text has black color on #AEE472 background.


White color preview on #AEE472 background

This text has white color on #AEE472 background.