COLOR #AEFDB0

HEX: #AEFDB0
RGB: (174,253,176)

Color info

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

RGB color model

#AEFDB0 color RGB value is (174,253,176).

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

RGB channels and saturation

R 174 of 255 = 68%
G 253 of 255 = 99%
B 176 of 255 = 69%

174
253
176

R + G + B ~ 79%. #AEFDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 253 + 176 = 603 (100%)
R 174 of 603 ~ 28.86%
G 253 of 603 ~ 41.96%
B 176 of 603 ~ 29.19%

%28.86
%41.96
%29.19

CMYK color model

#AEFDB0 color CMYK value is (31,0,30,1).

  • cyan value is 31.23%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 0.78%
CMYK:
(31,0,30,1)
C31M0Y30K1 
(31%,0%,30%,1%)
(0.31/0.00/0.30/0.01)	

CMYK percentages

%31.23
%0
%30.43
%0.78

Codes

Color #AEFDB0 in popluar color models

AEFDB0
RGB174253176
HSL122°95.18%83.73%
HSB/HSV122°31.23%99.22%
CMYK31.23%0.00%30.43%
0.78%

Color #AEFDB0 in popluar number systems.

HEXAEFDB0
Decimal174253176
Binary101011101111110110110000
Octal256375260

Shades and tints

Shades of #AEFDB0

#AEFDB0
(174,253,176)
#9FE6A0
(159,230,160)
#90CF90
(144,207,144)
#81B880
(129,184,128)
#72A170
(114,161,112)
#638A60
(99,138,96)
#547350
(84,115,80)
#455C40
(69,92,64)
#364530
(54,69,48)
#272E20
(39,46,32)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #AEFDB0

#AEFDB0
(174,253,176)
#B5FDB7
(181,253,183)
#BCFDBE
(188,253,190)
#C3FDC5
(195,253,197)
#CAFDCC
(202,253,204)
#D1FDD3
(209,253,211)
#D8FDDA
(216,253,218)
#DFFDE1
(223,253,225)
#E6FDE8
(230,253,232)
#EDFDEF
(237,253,239)
#F4FDF6
(244,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEFDB0; }

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

This text font color is #AEFDB0.


Background Color

.myBgColor { background-color: #AEFDB0; }

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

This div background color is #AEFDB0.


Border color

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

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

This div border color is #AEFDB0.


Opacity

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

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

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

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

This text has shadow with #AEFDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFDB0 on black background.


Color preview on white background

This text has color #AEFDB0 on white background.



Black color preview on #AEFDB0 background

This text has black color on #AEFDB0 background.


White color preview on #AEFDB0 background

This text has white color on #AEFDB0 background.