COLOR #AEF0A0

HEX: #AEF0A0 RGB: (174,240,160)

Color info

#AEF0A0 contains mainly green color. Web safe color of #AEF0A0 is #99FF99 (or #9F9).

RGB color model

#AEF0A0 color RGB value is (174,240,160).

RGB: (174,240,160) (68%, 94%, 63%)

RGB channels and saturation

R 174 of 255 = 68%
G 240 of 255 = 94%
B 160 of 255 = 63%

174
240
160

R + G + B ~ 75%. #AEF0A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 240 + 160 = 574 (100%)
R 174 of 574 ~ 30.31%
G 240 of 574 ~ 41.81%
B 160 of 574 ~ 27.87'%

%30.31
%41.81
%27.87

CMYK color model

#AEF0A0 color CMYK value is (28,0,33,6).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 5.88%

CMYK: (28,0,33,6)
C28M0Y33K6 (28%, 0%, 33%, 6%)
(0.28 / 0.00 / 0.33 / 0.06)

CMYK percentages

%27.5
%0
%33.33
%5.88

Codes

Color #AEF0A0 in popluar color models

AE F0 A0
RGB 174 240 160
HSL 110° 72.73% 78.43%
HSB/HSV 110° 33.33% 94.12%
CMYK 27.50% 0.00% 33.33%
5.88%

Color #AEF0A0 in popluar number systems.

HEX AE F0 A0
Decimal 174 240 160
Binary 10101110 11110000 10100000
Octal 256 360 240

Shades and tints

Shades of #AEF0A0

#AEF0A0
(174,240,160)
#9FDB92
(159,219,146)
#90C684
(144,198,132)
#81B176
(129,177,118)
#729C68
(114,156,104)
#63875A
(99,135,90)
#54724C
(84,114,76)
#455D3E
(69,93,62)
#364830
(54,72,48)
#273322
(39,51,34)
#181E14
(24,30,20)
#000000
(0,0,0)

Tints of #AEF0A0

#AEF0A0
(174,240,160)
#B5F1A8
(181,241,168)
#BCF2B0
(188,242,176)
#C3F3B8
(195,243,184)
#CAF4C0
(202,244,192)
#D1F5C8
(209,245,200)
#D8F6D0
(216,246,208)
#DFF7D8
(223,247,216)
#E6F8E0
(230,248,224)
#EDF9E8
(237,249,232)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF0A0 color. Also use rgb(174,240,160) instead hex code.

Text Font Color

.myTextColor { color: #AEF0A0; }

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

This text font color is #AEF0A0.

Background Color

.myBgColor { background-color: #AEF0A0; }

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

This div background color is #AEF0A0.

Border color

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

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

This div border color is #AEF0A0.

Opacity

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

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

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

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

This text has shadow with #AEF0A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEF0A0.

Preview

Color preview on black background

This text has color #AEF0A0 on black background.


Color preview on white background

This text has color #AEF0A0 on white background.


Black color preview on #AEF0A0 background

This text has black color on #AEF0A0 background.


White color preview on #AEF0A0 background

This text has white color on #AEF0A0 background.


Related colors

Complementary color

Complementary color for #hex is #510F5F.


I love getcolorcode.com

Triadic colors

1 #A0AEF0 and #F0A0AE with #AEF0A0 are triadic colors.

2 #A0F0AE and #F0AEA0 with #AEF0A0 are triadic colors.