COLOR #AEE849

HEX: #AEE849
RGB: (174,232,73)

Color info

#AEE849 contains mainly red and green colors. Web safe color of #AEE849 is #99FF33 (or #9F3).

RGB color model

#AEE849 color RGB value is (174,232,73).

  • red value is 174;
  • green value is 232;
  • blue value is 73.
RGB:
(174,232,73)
(68%,91%,29%)

RGB channels and saturation

R 174 of 255 = 68%
G 232 of 255 = 91%
B 73 of 255 = 29%

174
232
73

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

Portions of RGB colors in percentages

R + G + B =
174 + 232 + 73 = 479 (100%)
R 174 of 479 ~ 36.33%
G 232 of 479 ~ 48.43%
B 73 of 479 ~ 15.24%

%36.33
%48.43
%15.24

CMYK color model

#AEE849 color CMYK value is (25,0,69,9).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 68.53%
  • key color value is 9.02%
CMYK:
(25,0,69,9)
C25M0Y69K9 
(25%,0%,69%,9%)
(0.25/0.00/0.69/0.09)	

CMYK percentages

%25
%0
%68.53
%9.02

Codes

Color #AEE849 in popluar color models

AEE849
RGB17423273
HSL82°77.56%59.80%
HSB/HSV82°68.53%90.98%
CMYK25.00%0.00%68.53%
9.02%

Color #AEE849 in popluar number systems.

HEXAEE849
Decimal17423273
Binary10101110111010001001001
Octal256350111

Shades and tints

Shades of #AEE849

#AEE849
(174,232,73)
#9FD343
(159,211,67)
#90BE3D
(144,190,61)
#81A937
(129,169,55)
#729431
(114,148,49)
#637F2B
(99,127,43)
#546A25
(84,106,37)
#45551F
(69,85,31)
#364019
(54,64,25)
#272B13
(39,43,19)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #AEE849

#AEE849
(174,232,73)
#B5EA59
(181,234,89)
#BCEC69
(188,236,105)
#C3EE79
(195,238,121)
#CAF089
(202,240,137)
#D1F299
(209,242,153)
#D8F4A9
(216,244,169)
#DFF6B9
(223,246,185)
#E6F8C9
(230,248,201)
#EDFAD9
(237,250,217)
#F4FCE9
(244,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE849 color. Also use rgb(174,232,73) instead hex code.

Text Font Color

.myTextColor { color: #AEE849; }

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

This text font color is #AEE849.


Background Color

.myBgColor { background-color: #AEE849; }

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

This div background color is #AEE849.


Border color

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

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

This div border color is #AEE849.


Opacity

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

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

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

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

This text has shadow with #AEE849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE849 on black background.


Color preview on white background

This text has color #AEE849 on white background.



Black color preview on #AEE849 background

This text has black color on #AEE849 background.


White color preview on #AEE849 background

This text has white color on #AEE849 background.