COLOR #AEF6A4

HEX: #AEF6A4
RGB: (174,246,164)

Color info

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

RGB color model

#AEF6A4 color RGB value is (174,246,164).

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

RGB channels and saturation

R 174 of 255 = 68%
G 246 of 255 = 96%
B 164 of 255 = 64%

174
246
164

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

Portions of RGB colors in percentages

R + G + B =
174 + 246 + 164 = 584 (100%)
R 174 of 584 ~ 29.79%
G 246 of 584 ~ 42.12%
B 164 of 584 ~ 28.08%

%29.79
%42.12
%28.08

CMYK color model

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

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 3.53%
CMYK:
(29,0,33,4)
C29M0Y33K4 
(29%,0%,33%,4%)
(0.29/0.00/0.33/0.04)	

CMYK percentages

%29.27
%0
%33.33
%3.53

Codes

Color #AEF6A4 in popluar color models

AEF6A4
RGB174246164
HSL113°82.00%80.39%
HSB/HSV113°33.33%96.47%
CMYK29.27%0.00%33.33%
3.53%

Color #AEF6A4 in popluar number systems.

HEXAEF6A4
Decimal174246164
Binary101011101111011010100100
Octal256366244

Shades and tints

Shades of #AEF6A4

#AEF6A4
(174,246,164)
#9FE096
(159,224,150)
#90CA88
(144,202,136)
#81B47A
(129,180,122)
#729E6C
(114,158,108)
#63885E
(99,136,94)
#547250
(84,114,80)
#455C42
(69,92,66)
#364634
(54,70,52)
#273026
(39,48,38)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #AEF6A4

#AEF6A4
(174,246,164)
#B5F6AC
(181,246,172)
#BCF6B4
(188,246,180)
#C3F6BC
(195,246,188)
#CAF6C4
(202,246,196)
#D1F6CC
(209,246,204)
#D8F6D4
(216,246,212)
#DFF6DC
(223,246,220)
#E6F6E4
(230,246,228)
#EDF6EC
(237,246,236)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF6A4; }

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

This text font color is #AEF6A4.


Background Color

.myBgColor { background-color: #AEF6A4; }

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

This div background color is #AEF6A4.


Border color

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

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

This div border color is #AEF6A4.


Opacity

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

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

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

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

This text has shadow with #AEF6A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF6A4 on black background.


Color preview on white background

This text has color #AEF6A4 on white background.



Black color preview on #AEF6A4 background

This text has black color on #AEF6A4 background.


White color preview on #AEF6A4 background

This text has white color on #AEF6A4 background.