COLOR #AEE180

HEX: #AEE180
RGB: (174,225,128)

Color info

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

RGB color model

#AEE180 color RGB value is (174,225,128).

  • red value is 174;
  • green value is 225;
  • blue value is 128.
RGB:
(174,225,128)
(68%,88%,50%)

RGB channels and saturation

R 174 of 255 = 68%
G 225 of 255 = 88%
B 128 of 255 = 50%

174
225
128

R + G + B ~ 69%. #AEE180 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 225 + 128 = 527 (100%)
R 174 of 527 ~ 33.02%
G 225 of 527 ~ 42.69%
B 128 of 527 ~ 24.29%

%33.02
%42.69
%24.29

CMYK color model

#AEE180 color CMYK value is (23,0,43,12).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 43.11%
  • key color value is 11.76%
CMYK:
(23,0,43,12)
C23M0Y43K12 
(23%,0%,43%,12%)
(0.23/0.00/0.43/0.12)	

CMYK percentages

%22.67
%0
%43.11
%11.76

Codes

Color #AEE180 in popluar color models

AEE180
RGB174225128
HSL92°61.78%69.22%
HSB/HSV92°43.11%88.24%
CMYK22.67%0.00%43.11%
11.76%

Color #AEE180 in popluar number systems.

HEXAEE180
Decimal174225128
Binary101011101110000110000000
Octal256341200

Shades and tints

Shades of #AEE180

#AEE180
(174,225,128)
#9FCD75
(159,205,117)
#90B96A
(144,185,106)
#81A55F
(129,165,95)
#729154
(114,145,84)
#637D49
(99,125,73)
#54693E
(84,105,62)
#455533
(69,85,51)
#364128
(54,65,40)
#272D1D
(39,45,29)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #AEE180

#AEE180
(174,225,128)
#B5E38B
(181,227,139)
#BCE596
(188,229,150)
#C3E7A1
(195,231,161)
#CAE9AC
(202,233,172)
#D1EBB7
(209,235,183)
#D8EDC2
(216,237,194)
#DFEFCD
(223,239,205)
#E6F1D8
(230,241,216)
#EDF3E3
(237,243,227)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE180 color. Also use rgb(174,225,128) instead hex code.

Text Font Color

.myTextColor { color: #AEE180; }

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

This text font color is #AEE180.


Background Color

.myBgColor { background-color: #AEE180; }

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

This div background color is #AEE180.


Border color

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

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

This div border color is #AEE180.


Opacity

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

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

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

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

This text has shadow with #AEE180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE180 on black background.


Color preview on white background

This text has color #AEE180 on white background.



Black color preview on #AEE180 background

This text has black color on #AEE180 background.


White color preview on #AEE180 background

This text has white color on #AEE180 background.