COLOR #AEEF90

HEX: #AEEF90 RGB: (174,239,144)

Color info

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

RGB color model

#AEEF90 color RGB value is (174,239,144).

RGB: (174,239,144) (68%, 94%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 239 of 255 = 94%
B 144 of 255 = 56%

174
239
144

R + G + B ~ 73%. #AEEF90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 239 + 144 = 557 (100%)
R 174 of 557 ~ 31.24%
G 239 of 557 ~ 42.91%
B 144 of 557 ~ 25.85'%

%31.24
%42.91
%25.85

CMYK color model

#AEEF90 color CMYK value is (27,0,40,6).

  • cyan value is 27.20%
  • magenta value is 0.00%
  • yellow value is 39.75%
  • key color value is 6.27%

CMYK: (27,0,40,6)
C27M0Y40K6 (27%, 0%, 40%, 6%)
(0.27 / 0.00 / 0.40 / 0.06)

CMYK percentages

%27.2
%0
%39.75
%6.27

Codes

Color #AEEF90 in popluar color models

AE EF 90
RGB 174 239 144
HSL 101° 74.80% 75.10%
HSB/HSV 101° 39.75% 93.73%
CMYK 27.20% 0.00% 39.75%
6.27%

Color #AEEF90 in popluar number systems.

HEX AE EF 90
Decimal 174 239 144
Binary 10101110 11101111 10010000
Octal 256 357 220

Shades and tints

Shades of #AEEF90

#AEEF90
(174,239,144)
#9FDA83
(159,218,131)
#90C576
(144,197,118)
#81B069
(129,176,105)
#729B5C
(114,155,92)
#63864F
(99,134,79)
#547142
(84,113,66)
#455C35
(69,92,53)
#364728
(54,71,40)
#27321B
(39,50,27)
#181D0E
(24,29,14)
#000000
(0,0,0)

Tints of #AEEF90

#AEEF90
(174,239,144)
#B5F09A
(181,240,154)
#BCF1A4
(188,241,164)
#C3F2AE
(195,242,174)
#CAF3B8
(202,243,184)
#D1F4C2
(209,244,194)
#D8F5CC
(216,245,204)
#DFF6D6
(223,246,214)
#E6F7E0
(230,247,224)
#EDF8EA
(237,248,234)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEEF90 color. Also use rgb(174,239,144) instead hex code.

Text Font Color

.myTextColor { color: #AEEF90; }

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

This text font color is #AEEF90.

Background Color

.myBgColor { background-color: #AEEF90; }

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

This div background color is #AEEF90.

Border color

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

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

This div border color is #AEEF90.

Opacity

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

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

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

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

This text has shadow with #AEEF90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEEF90.

Preview

Color preview on black background

This text has color #AEEF90 on black background.


Color preview on white background

This text has color #AEEF90 on white background.


Black color preview on #AEEF90 background

This text has black color on #AEEF90 background.


White color preview on #AEEF90 background

This text has white color on #AEEF90 background.


Related colors

Complementary color

Complementary color for #hex is #51106F.


I love getcolorcode.com

Triadic colors

1 #90AEEF and #EF90AE with #AEEF90 are triadic colors.

2 #90EFAE and #EFAE90 with #AEEF90 are triadic colors.