COLOR #AEF5AE

HEX: #AEF5AE
RGB: (174,245,174)

Color info

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

RGB color model

#AEF5AE color RGB value is (174,245,174).

  • red value is 174;
  • green value is 245;
  • blue value is 174.
RGB:
(174,245,174)
(68%,96%,68%)

RGB channels and saturation

R 174 of 255 = 68%
G 245 of 255 = 96%
B 174 of 255 = 68%

174
245
174

R + G + B ~ 77%. #AEF5AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 245 + 174 = 593 (100%)
R 174 of 593 ~ 29.34%
G 245 of 593 ~ 41.32%
B 174 of 593 ~ 29.34%

%29.34
%41.32
%29.34

CMYK color model

#AEF5AE color CMYK value is (29,0,29,4).

  • cyan value is 28.98%
  • magenta value is 0.00%
  • yellow value is 28.98%
  • key color value is 3.92%
CMYK:
(29,0,29,4)
C29M0Y29K4 
(29%,0%,29%,4%)
(0.29/0.00/0.29/0.04)	

CMYK percentages

%28.98
%0
%28.98
%3.92

Codes

Color #AEF5AE in popluar color models

AEF5AE
RGB174245174
HSL120°78.02%82.16%
HSB/HSV120°28.98%96.08%
CMYK28.98%0.00%28.98%
3.92%

Color #AEF5AE in popluar number systems.

HEXAEF5AE
Decimal174245174
Binary101011101111010110101110
Octal256365256

Shades and tints

Shades of #AEF5AE

#AEF5AE
(174,245,174)
#9FDF9F
(159,223,159)
#90C990
(144,201,144)
#81B381
(129,179,129)
#729D72
(114,157,114)
#638763
(99,135,99)
#547154
(84,113,84)
#455B45
(69,91,69)
#364536
(54,69,54)
#272F27
(39,47,39)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #AEF5AE

#AEF5AE
(174,245,174)
#B5F5B5
(181,245,181)
#BCF5BC
(188,245,188)
#C3F5C3
(195,245,195)
#CAF5CA
(202,245,202)
#D1F5D1
(209,245,209)
#D8F5D8
(216,245,216)
#DFF5DF
(223,245,223)
#E6F5E6
(230,245,230)
#EDF5ED
(237,245,237)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF5AE; }

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

This text font color is #AEF5AE.


Background Color

.myBgColor { background-color: #AEF5AE; }

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

This div background color is #AEF5AE.


Border color

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

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

This div border color is #AEF5AE.


Opacity

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

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

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

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

This text has shadow with #AEF5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF5AE on black background.


Color preview on white background

This text has color #AEF5AE on white background.



Black color preview on #AEF5AE background

This text has black color on #AEF5AE background.


White color preview on #AEF5AE background

This text has white color on #AEF5AE background.