COLOR #AED86A

HEX: #AED86A
RGB: (174,216,106)

Color info

#AED86A contains mainly red and green colors. Web safe color of #AED86A is #99CC66 (or #9C6).

RGB color model

#AED86A color RGB value is (174,216,106).

  • red value is 174;
  • green value is 216;
  • blue value is 106.
RGB:
(174,216,106)
(68%,85%,42%)

RGB channels and saturation

R 174 of 255 = 68%
G 216 of 255 = 85%
B 106 of 255 = 42%

174
216
106

R + G + B ~ 65%. #AED86A is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 216 + 106 = 496 (100%)
R 174 of 496 ~ 35.08%
G 216 of 496 ~ 43.55%
B 106 of 496 ~ 21.37%

%35.08
%43.55
%21.37

CMYK color model

#AED86A color CMYK value is (19,0,51,15).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 50.93%
  • key color value is 15.29%
CMYK:
(19,0,51,15)
C19M0Y51K15 
(19%,0%,51%,15%)
(0.19/0.00/0.51/0.15)	

CMYK percentages

%19.44
%0
%50.93
%15.29

Codes

Color #AED86A in popluar color models

AED86A
RGB174216106
HSL83°58.51%63.14%
HSB/HSV83°50.93%84.71%
CMYK19.44%0.00%50.93%
15.29%

Color #AED86A in popluar number systems.

HEXAED86A
Decimal174216106
Binary10101110110110001101010
Octal256330152

Shades and tints

Shades of #AED86A

#AED86A
(174,216,106)
#9FC561
(159,197,97)
#90B258
(144,178,88)
#819F4F
(129,159,79)
#728C46
(114,140,70)
#63793D
(99,121,61)
#546634
(84,102,52)
#45532B
(69,83,43)
#364022
(54,64,34)
#272D19
(39,45,25)
#181A10
(24,26,16)
#000000
(0,0,0)

Tints of #AED86A

#AED86A
(174,216,106)
#B5DB77
(181,219,119)
#BCDE84
(188,222,132)
#C3E191
(195,225,145)
#CAE49E
(202,228,158)
#D1E7AB
(209,231,171)
#D8EAB8
(216,234,184)
#DFEDC5
(223,237,197)
#E6F0D2
(230,240,210)
#EDF3DF
(237,243,223)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED86A color. Also use rgb(174,216,106) instead hex code.

Text Font Color

.myTextColor { color: #AED86A; }

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

This text font color is #AED86A.


Background Color

.myBgColor { background-color: #AED86A; }

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

This div background color is #AED86A.


Border color

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

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

This div border color is #AED86A.


Opacity

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

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

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

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

This text has shadow with #AED86A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED86A on black background.


Color preview on white background

This text has color #AED86A on white background.



Black color preview on #AED86A background

This text has black color on #AED86A background.


White color preview on #AED86A background

This text has white color on #AED86A background.