COLOR #AEFDA8

HEX: #AEFDA8
RGB: (174,253,168)

Color info

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

RGB color model

#AEFDA8 color RGB value is (174,253,168).

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

RGB channels and saturation

R 174 of 255 = 68%
G 253 of 255 = 99%
B 168 of 255 = 66%

174
253
168

R + G + B ~ 78%. #AEFDA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 253 + 168 = 595 (100%)
R 174 of 595 ~ 29.24%
G 253 of 595 ~ 42.52%
B 168 of 595 ~ 28.24%

%29.24
%42.52
%28.24

CMYK color model

#AEFDA8 color CMYK value is (31,0,34,1).

  • cyan value is 31.23%
  • magenta value is 0.00%
  • yellow value is 33.60%
  • key color value is 0.78%
CMYK:
(31,0,34,1)
C31M0Y34K1 
(31%,0%,34%,1%)
(0.31/0.00/0.34/0.01)	

CMYK percentages

%31.23
%0
%33.6
%0.78

Codes

Color #AEFDA8 in popluar color models

AEFDA8
RGB174253168
HSL116°95.51%82.55%
HSB/HSV116°33.60%99.22%
CMYK31.23%0.00%33.60%
0.78%

Color #AEFDA8 in popluar number systems.

HEXAEFDA8
Decimal174253168
Binary101011101111110110101000
Octal256375250

Shades and tints

Shades of #AEFDA8

#AEFDA8
(174,253,168)
#9FE699
(159,230,153)
#90CF8A
(144,207,138)
#81B87B
(129,184,123)
#72A16C
(114,161,108)
#638A5D
(99,138,93)
#54734E
(84,115,78)
#455C3F
(69,92,63)
#364530
(54,69,48)
#272E21
(39,46,33)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #AEFDA8

#AEFDA8
(174,253,168)
#B5FDAF
(181,253,175)
#BCFDB6
(188,253,182)
#C3FDBD
(195,253,189)
#CAFDC4
(202,253,196)
#D1FDCB
(209,253,203)
#D8FDD2
(216,253,210)
#DFFDD9
(223,253,217)
#E6FDE0
(230,253,224)
#EDFDE7
(237,253,231)
#F4FDEE
(244,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEFDA8; }

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

This text font color is #AEFDA8.


Background Color

.myBgColor { background-color: #AEFDA8; }

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

This div background color is #AEFDA8.


Border color

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

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

This div border color is #AEFDA8.


Opacity

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

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

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

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

This text has shadow with #AEFDA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFDA8 on black background.


Color preview on white background

This text has color #AEFDA8 on white background.



Black color preview on #AEFDA8 background

This text has black color on #AEFDA8 background.


White color preview on #AEFDA8 background

This text has white color on #AEFDA8 background.