COLOR #AEF4B2

HEX: #AEF4B2
RGB: (174,244,178)

Color info

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

RGB color model

#AEF4B2 color RGB value is (174,244,178).

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

RGB channels and saturation

R 174 of 255 = 68%
G 244 of 255 = 96%
B 178 of 255 = 70%

174
244
178

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

Portions of RGB colors in percentages

R + G + B =
174 + 244 + 178 = 596 (100%)
R 174 of 596 ~ 29.19%
G 244 of 596 ~ 40.94%
B 178 of 596 ~ 29.87%

%29.19
%40.94
%29.87

CMYK color model

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

  • cyan value is 28.69%
  • magenta value is 0.00%
  • yellow value is 27.05%
  • key color value is 4.31%
CMYK:
(29,0,27,4)
C29M0Y27K4 
(29%,0%,27%,4%)
(0.29/0.00/0.27/0.04)	

CMYK percentages

%28.69
%0
%27.05
%4.31

Codes

Color #AEF4B2 in popluar color models

AEF4B2
RGB174244178
HSL123°76.09%81.96%
HSB/HSV123°28.69%95.69%
CMYK28.69%0.00%27.05%
4.31%

Color #AEF4B2 in popluar number systems.

HEXAEF4B2
Decimal174244178
Binary101011101111010010110010
Octal256364262

Shades and tints

Shades of #AEF4B2

#AEF4B2
(174,244,178)
#9FDEA2
(159,222,162)
#90C892
(144,200,146)
#81B282
(129,178,130)
#729C72
(114,156,114)
#638662
(99,134,98)
#547052
(84,112,82)
#455A42
(69,90,66)
#364432
(54,68,50)
#272E22
(39,46,34)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #AEF4B2

#AEF4B2
(174,244,178)
#B5F5B9
(181,245,185)
#BCF6C0
(188,246,192)
#C3F7C7
(195,247,199)
#CAF8CE
(202,248,206)
#D1F9D5
(209,249,213)
#D8FADC
(216,250,220)
#DFFBE3
(223,251,227)
#E6FCEA
(230,252,234)
#EDFDF1
(237,253,241)
#F4FEF8
(244,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF4B2; }

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

This text font color is #AEF4B2.


Background Color

.myBgColor { background-color: #AEF4B2; }

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

This div background color is #AEF4B2.


Border color

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

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

This div border color is #AEF4B2.


Opacity

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

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

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

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

This text has shadow with #AEF4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF4B2 on black background.


Color preview on white background

This text has color #AEF4B2 on white background.



Black color preview on #AEF4B2 background

This text has black color on #AEF4B2 background.


White color preview on #AEF4B2 background

This text has white color on #AEF4B2 background.