COLOR #AEF4AD

HEX: #AEF4AD
RGB: (174,244,173)

Color info

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

RGB color model

#AEF4AD color RGB value is (174,244,173).

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

RGB channels and saturation

R 174 of 255 = 68%
G 244 of 255 = 96%
B 173 of 255 = 68%

174
244
173

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

Portions of RGB colors in percentages

R + G + B =
174 + 244 + 173 = 591 (100%)
R 174 of 591 ~ 29.44%
G 244 of 591 ~ 41.29%
B 173 of 591 ~ 29.27%

%29.44
%41.29
%29.27

CMYK color model

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

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

CMYK percentages

%28.69
%0
%29.1
%4.31

Codes

Color #AEF4AD in popluar color models

AEF4AD
RGB174244173
HSL119°76.34%81.76%
HSB/HSV119°29.10%95.69%
CMYK28.69%0.00%29.10%
4.31%

Color #AEF4AD in popluar number systems.

HEXAEF4AD
Decimal174244173
Binary101011101111010010101101
Octal256364255

Shades and tints

Shades of #AEF4AD

#AEF4AD
(174,244,173)
#9FDE9E
(159,222,158)
#90C88F
(144,200,143)
#81B280
(129,178,128)
#729C71
(114,156,113)
#638662
(99,134,98)
#547053
(84,112,83)
#455A44
(69,90,68)
#364435
(54,68,53)
#272E26
(39,46,38)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #AEF4AD

#AEF4AD
(174,244,173)
#B5F5B4
(181,245,180)
#BCF6BB
(188,246,187)
#C3F7C2
(195,247,194)
#CAF8C9
(202,248,201)
#D1F9D0
(209,249,208)
#D8FAD7
(216,250,215)
#DFFBDE
(223,251,222)
#E6FCE5
(230,252,229)
#EDFDEC
(237,253,236)
#F4FEF3
(244,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF4AD; }

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

This text font color is #AEF4AD.


Background Color

.myBgColor { background-color: #AEF4AD; }

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

This div background color is #AEF4AD.


Border color

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

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

This div border color is #AEF4AD.


Opacity

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

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

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

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

This text has shadow with #AEF4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF4AD on black background.


Color preview on white background

This text has color #AEF4AD on white background.



Black color preview on #AEF4AD background

This text has black color on #AEF4AD background.


White color preview on #AEF4AD background

This text has white color on #AEF4AD background.