COLOR #AED011

HEX: #AED011
RGB: (174,208,17)

Color info

#AED011 contains mainly red and green colors. Web safe color of #AED011 is #99CC00 (or #9C0).

RGB color model

#AED011 color RGB value is (174,208,17).

  • red value is 174;
  • green value is 208;
  • blue value is 17.
RGB:
(174,208,17)
(68%,82%,7%)

RGB channels and saturation

R 174 of 255 = 68%
G 208 of 255 = 82%
B 17 of 255 = 7%

174
208
17

R + G + B ~ 52%. #AED011 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 208 + 17 = 399 (100%)
R 174 of 399 ~ 43.61%
G 208 of 399 ~ 52.13%
B 17 of 399 ~ 4.26%

%43.61
%52.13

CMYK color model

#AED011 color CMYK value is (16,0,92,18).

  • cyan value is 16.35%
  • magenta value is 0.00%
  • yellow value is 91.83%
  • key color value is 18.43%
CMYK:
(16,0,92,18)
C16M0Y92K18 
(16%,0%,92%,18%)
(0.16/0.00/0.92/0.18)	

CMYK percentages

%16.35
%0
%91.83
%18.43

Codes

Color #AED011 in popluar color models

AED011
RGB17420817
HSL71°84.89%44.12%
HSB/HSV71°91.83%81.57%
CMYK16.35%0.00%91.83%
18.43%

Color #AED011 in popluar number systems.

HEXAED011
Decimal17420817
Binary101011101101000010001
Octal25632021

Shades and tints

Shades of #AED011

#AED011
(174,208,17)
#9FBE10
(159,190,16)
#90AC0F
(144,172,15)
#819A0E
(129,154,14)
#72880D
(114,136,13)
#63760C
(99,118,12)
#54640B
(84,100,11)
#45520A
(69,82,10)
#364009
(54,64,9)
#272E08
(39,46,8)
#181C07
(24,28,7)
#000000
(0,0,0)

Tints of #AED011

#AED011
(174,208,17)
#B5D426
(181,212,38)
#BCD83B
(188,216,59)
#C3DC50
(195,220,80)
#CAE065
(202,224,101)
#D1E47A
(209,228,122)
#D8E88F
(216,232,143)
#DFECA4
(223,236,164)
#E6F0B9
(230,240,185)
#EDF4CE
(237,244,206)
#F4F8E3
(244,248,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED011 color. Also use rgb(174,208,17) instead hex code.

Text Font Color

.myTextColor { color: #AED011; }

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

This text font color is #AED011.


Background Color

.myBgColor { background-color: #AED011; }

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

This div background color is #AED011.


Border color

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

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

This div border color is #AED011.


Opacity

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

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

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

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

This text has shadow with #AED011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED011 on black background.


Color preview on white background

This text has color #AED011 on white background.



Black color preview on #AED011 background

This text has black color on #AED011 background.


White color preview on #AED011 background

This text has white color on #AED011 background.