COLOR #AEE4A8

HEX: #AEE4A8
RGB: (174,228,168)

Color info

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

RGB color model

#AEE4A8 color RGB value is (174,228,168).

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

RGB channels and saturation

R 174 of 255 = 68%
G 228 of 255 = 89%
B 168 of 255 = 66%

174
228
168

R + G + B ~ 74%. #AEE4A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 228 + 168 = 570 (100%)
R 174 of 570 ~ 30.53%
G 228 of 570 ~ 40%
B 168 of 570 ~ 29.47%

%30.53
%40
%29.47

CMYK color model

#AEE4A8 color CMYK value is (24,0,26,11).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 10.59%
CMYK:
(24,0,26,11)
C24M0Y26K11 
(24%,0%,26%,11%)
(0.24/0.00/0.26/0.11)	

CMYK percentages

%23.68
%0
%26.32
%10.59

Codes

Color #AEE4A8 in popluar color models

AEE4A8
RGB174228168
HSL114°52.63%77.65%
HSB/HSV114°26.32%89.41%
CMYK23.68%0.00%26.32%
10.59%

Color #AEE4A8 in popluar number systems.

HEXAEE4A8
Decimal174228168
Binary101011101110010010101000
Octal256344250

Shades and tints

Shades of #AEE4A8

#AEE4A8
(174,228,168)
#9FD099
(159,208,153)
#90BC8A
(144,188,138)
#81A87B
(129,168,123)
#72946C
(114,148,108)
#63805D
(99,128,93)
#546C4E
(84,108,78)
#45583F
(69,88,63)
#364430
(54,68,48)
#273021
(39,48,33)
#181C12
(24,28,18)
#000000
(0,0,0)

Tints of #AEE4A8

#AEE4A8
(174,228,168)
#B5E6AF
(181,230,175)
#BCE8B6
(188,232,182)
#C3EABD
(195,234,189)
#CAECC4
(202,236,196)
#D1EECB
(209,238,203)
#D8F0D2
(216,240,210)
#DFF2D9
(223,242,217)
#E6F4E0
(230,244,224)
#EDF6E7
(237,246,231)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE4A8; }

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

This text font color is #AEE4A8.


Background Color

.myBgColor { background-color: #AEE4A8; }

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

This div background color is #AEE4A8.


Border color

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

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

This div border color is #AEE4A8.


Opacity

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

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

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

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

This text has shadow with #AEE4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE4A8 on black background.


Color preview on white background

This text has color #AEE4A8 on white background.



Black color preview on #AEE4A8 background

This text has black color on #AEE4A8 background.


White color preview on #AEE4A8 background

This text has white color on #AEE4A8 background.