COLOR #AEDD66

HEX: #AEDD66 RGB: (174,221,102)

Color info

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

RGB color model

#AEDD66 color RGB value is (174,221,102).

RGB: (174,221,102) (68%, 87%, 40%)

RGB channels and saturation

R 174 of 255 = 68%
G 221 of 255 = 87%
B 102 of 255 = 40%

174
221
102

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

Portions of RGB colors in percentages

R + G + B = 174 + 221 + 102 = 497 (100%)
R 174 of 497 ~ 35.01%
G 221 of 497 ~ 44.47%
B 102 of 497 ~ 20.52'%

%35.01
%44.47
%20.52

CMYK color model

#AEDD66 color CMYK value is (21,0,54,13).

  • cyan value is 21.27%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 13.33%

CMYK: (21,0,54,13)
C21M0Y54K13 (21%, 0%, 54%, 13%)
(0.21 / 0.00 / 0.54 / 0.13)

CMYK percentages

%21.27
%0
%53.85
%13.33

Codes

Color #AEDD66 in popluar color models

AE DD 66
RGB 174 221 102
HSL 84° 63.64% 63.33%
HSB/HSV 84° 53.85% 86.67%
CMYK 21.27% 0.00% 53.85%
13.33%

Color #AEDD66 in popluar number systems.

HEX AE DD 66
Decimal 174 221 102
Binary 10101110 11011101 1100110
Octal 256 335 146

Shades and tints

Shades of #AEDD66

#AEDD66
(174,221,102)
#9FC95D
(159,201,93)
#90B554
(144,181,84)
#81A14B
(129,161,75)
#728D42
(114,141,66)
#637939
(99,121,57)
#546530
(84,101,48)
#455127
(69,81,39)
#363D1E
(54,61,30)
#272915
(39,41,21)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #AEDD66

#AEDD66
(174,221,102)
#B5E073
(181,224,115)
#BCE380
(188,227,128)
#C3E68D
(195,230,141)
#CAE99A
(202,233,154)
#D1ECA7
(209,236,167)
#D8EFB4
(216,239,180)
#DFF2C1
(223,242,193)
#E6F5CE
(230,245,206)
#EDF8DB
(237,248,219)
#F4FBE8
(244,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDD66 color. Also use rgb(174,221,102) instead hex code.

Text Font Color

.myTextColor { color: #AEDD66; }

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

This text font color is #AEDD66.

Background Color

.myBgColor { background-color: #AEDD66; }

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

This div background color is #AEDD66.

Border color

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

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

This div border color is #AEDD66.

Opacity

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

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

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

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

This text has shadow with #AEDD66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDD66.

Preview

Color preview on black background

This text has color #AEDD66 on black background.


Color preview on white background

This text has color #AEDD66 on white background.


Black color preview on #AEDD66 background

This text has black color on #AEDD66 background.


White color preview on #AEDD66 background

This text has white color on #AEDD66 background.


Related colors

Complementary color

Complementary color for #hex is #512299.


I love getcolorcode.com

Triadic colors

1 #66AEDD and #DD66AE with #AEDD66 are triadic colors.

2 #66DDAE and #DDAE66 with #AEDD66 are triadic colors.