COLOR #AEFD96

HEX: #AEFD96
RGB: (174,253,150)

Color info

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

RGB color model

#AEFD96 color RGB value is (174,253,150).

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

RGB channels and saturation

R 174 of 255 = 68%
G 253 of 255 = 99%
B 150 of 255 = 59%

174
253
150

R + G + B ~ 75%. #AEFD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 253 + 150 = 577 (100%)
R 174 of 577 ~ 30.16%
G 253 of 577 ~ 43.85%
B 150 of 577 ~ 26%

%30.16
%43.85
%26

CMYK color model

#AEFD96 color CMYK value is (31,0,41,1).

  • cyan value is 31.23%
  • magenta value is 0.00%
  • yellow value is 40.71%
  • key color value is 0.78%
CMYK:
(31,0,41,1)
C31M0Y41K1 
(31%,0%,41%,1%)
(0.31/0.00/0.41/0.01)	

CMYK percentages

%31.23
%0
%40.71
%0.78

Codes

Color #AEFD96 in popluar color models

AEFD96
RGB174253150
HSL106°96.26%79.02%
HSB/HSV106°40.71%99.22%
CMYK31.23%0.00%40.71%
0.78%

Color #AEFD96 in popluar number systems.

HEXAEFD96
Decimal174253150
Binary101011101111110110010110
Octal256375226

Shades and tints

Shades of #AEFD96

#AEFD96
(174,253,150)
#9FE689
(159,230,137)
#90CF7C
(144,207,124)
#81B86F
(129,184,111)
#72A162
(114,161,98)
#638A55
(99,138,85)
#547348
(84,115,72)
#455C3B
(69,92,59)
#36452E
(54,69,46)
#272E21
(39,46,33)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #AEFD96

#AEFD96
(174,253,150)
#B5FD9F
(181,253,159)
#BCFDA8
(188,253,168)
#C3FDB1
(195,253,177)
#CAFDBA
(202,253,186)
#D1FDC3
(209,253,195)
#D8FDCC
(216,253,204)
#DFFDD5
(223,253,213)
#E6FDDE
(230,253,222)
#EDFDE7
(237,253,231)
#F4FDF0
(244,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEFD96; }

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

This text font color is #AEFD96.


Background Color

.myBgColor { background-color: #AEFD96; }

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

This div background color is #AEFD96.


Border color

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

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

This div border color is #AEFD96.


Opacity

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

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

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

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

This text has shadow with #AEFD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFD96 on black background.


Color preview on white background

This text has color #AEFD96 on white background.



Black color preview on #AEFD96 background

This text has black color on #AEFD96 background.


White color preview on #AEFD96 background

This text has white color on #AEFD96 background.