COLOR #AEF3A8

HEX: #AEF3A8
RGB: (174,243,168)

Color info

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

RGB color model

#AEF3A8 color RGB value is (174,243,168).

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

RGB channels and saturation

R 174 of 255 = 68%
G 243 of 255 = 95%
B 168 of 255 = 66%

174
243
168

R + G + B ~ 76%. #AEF3A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 243 + 168 = 585 (100%)
R 174 of 585 ~ 29.74%
G 243 of 585 ~ 41.54%
B 168 of 585 ~ 28.72%

%29.74
%41.54
%28.72

CMYK color model

#AEF3A8 color CMYK value is (28,0,31,5).

  • cyan value is 28.40%
  • magenta value is 0.00%
  • yellow value is 30.86%
  • key color value is 4.71%
CMYK:
(28,0,31,5)
C28M0Y31K5 
(28%,0%,31%,5%)
(0.28/0.00/0.31/0.05)	

CMYK percentages

%28.4
%0
%30.86
%4.71

Codes

Color #AEF3A8 in popluar color models

AEF3A8
RGB174243168
HSL115°75.76%80.59%
HSB/HSV115°30.86%95.29%
CMYK28.40%0.00%30.86%
4.71%

Color #AEF3A8 in popluar number systems.

HEXAEF3A8
Decimal174243168
Binary101011101111001110101000
Octal256363250

Shades and tints

Shades of #AEF3A8

#AEF3A8
(174,243,168)
#9FDD99
(159,221,153)
#90C78A
(144,199,138)
#81B17B
(129,177,123)
#729B6C
(114,155,108)
#63855D
(99,133,93)
#546F4E
(84,111,78)
#45593F
(69,89,63)
#364330
(54,67,48)
#272D21
(39,45,33)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #AEF3A8

#AEF3A8
(174,243,168)
#B5F4AF
(181,244,175)
#BCF5B6
(188,245,182)
#C3F6BD
(195,246,189)
#CAF7C4
(202,247,196)
#D1F8CB
(209,248,203)
#D8F9D2
(216,249,210)
#DFFAD9
(223,250,217)
#E6FBE0
(230,251,224)
#EDFCE7
(237,252,231)
#F4FDEE
(244,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF3A8; }

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

This text font color is #AEF3A8.


Background Color

.myBgColor { background-color: #AEF3A8; }

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

This div background color is #AEF3A8.


Border color

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

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

This div border color is #AEF3A8.


Opacity

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

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

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

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

This text has shadow with #AEF3A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF3A8 on black background.


Color preview on white background

This text has color #AEF3A8 on white background.



Black color preview on #AEF3A8 background

This text has black color on #AEF3A8 background.


White color preview on #AEF3A8 background

This text has white color on #AEF3A8 background.