COLOR #AED28F

HEX: #AED28F
RGB: (174,210,143)

Color info

#AED28F contains mainly red and green colors. Web safe color of #AED28F is #99CC99 (or #9C9).

RGB color model

#AED28F color RGB value is (174,210,143).

  • red value is 174;
  • green value is 210;
  • blue value is 143.
RGB:
(174,210,143)
(68%,82%,56%)

RGB channels and saturation

R 174 of 255 = 68%
G 210 of 255 = 82%
B 143 of 255 = 56%

174
210
143

R + G + B ~ 69%. #AED28F is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 210 + 143 = 527 (100%)
R 174 of 527 ~ 33.02%
G 210 of 527 ~ 39.85%
B 143 of 527 ~ 27.13%

%33.02
%39.85
%27.13

CMYK color model

#AED28F color CMYK value is (17,0,32,18).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 17.65%
CMYK:
(17,0,32,18)
C17M0Y32K18 
(17%,0%,32%,18%)
(0.17/0.00/0.32/0.18)	

CMYK percentages

%17.14
%0
%31.9
%17.65

Codes

Color #AED28F in popluar color models

AED28F
RGB174210143
HSL92°42.68%69.22%
HSB/HSV92°31.90%82.35%
CMYK17.14%0.00%31.90%
17.65%

Color #AED28F in popluar number systems.

HEXAED28F
Decimal174210143
Binary101011101101001010001111
Octal256322217

Shades and tints

Shades of #AED28F

#AED28F
(174,210,143)
#9FBF82
(159,191,130)
#90AC75
(144,172,117)
#819968
(129,153,104)
#72865B
(114,134,91)
#63734E
(99,115,78)
#546041
(84,96,65)
#454D34
(69,77,52)
#363A27
(54,58,39)
#27271A
(39,39,26)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #AED28F

#AED28F
(174,210,143)
#B5D699
(181,214,153)
#BCDAA3
(188,218,163)
#C3DEAD
(195,222,173)
#CAE2B7
(202,226,183)
#D1E6C1
(209,230,193)
#D8EACB
(216,234,203)
#DFEED5
(223,238,213)
#E6F2DF
(230,242,223)
#EDF6E9
(237,246,233)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED28F color. Also use rgb(174,210,143) instead hex code.

Text Font Color

.myTextColor { color: #AED28F; }

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

This text font color is #AED28F.


Background Color

.myBgColor { background-color: #AED28F; }

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

This div background color is #AED28F.


Border color

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

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

This div border color is #AED28F.


Opacity

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

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

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

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

This text has shadow with #AED28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED28F on black background.


Color preview on white background

This text has color #AED28F on white background.



Black color preview on #AED28F background

This text has black color on #AED28F background.


White color preview on #AED28F background

This text has white color on #AED28F background.