COLOR #AEDC4D

HEX: #AEDC4D
RGB: (174,220,77)

Color info

#AEDC4D contains mainly red and green colors. Web safe color of #AEDC4D is #99CC33 (or #9C3).

RGB color model

#AEDC4D color RGB value is (174,220,77).

  • red value is 174;
  • green value is 220;
  • blue value is 77.
RGB:
(174,220,77)
(68%,86%,30%)

RGB channels and saturation

R 174 of 255 = 68%
G 220 of 255 = 86%
B 77 of 255 = 30%

174
220
77

R + G + B ~ 61%. #AEDC4D is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 220 + 77 = 471 (100%)
R 174 of 471 ~ 36.94%
G 220 of 471 ~ 46.71%
B 77 of 471 ~ 16.35%

%36.94
%46.71
%16.35

CMYK color model

#AEDC4D color CMYK value is (21,0,65,14).

  • cyan value is 20.91%
  • magenta value is 0.00%
  • yellow value is 65.00%
  • key color value is 13.73%
CMYK:
(21,0,65,14)
C21M0Y65K14 
(21%,0%,65%,14%)
(0.21/0.00/0.65/0.14)	

CMYK percentages

%20.91
%0
%65
%13.73

Codes

Color #AEDC4D in popluar color models

AEDC4D
RGB17422077
HSL79°67.14%58.24%
HSB/HSV79°65.00%86.27%
CMYK20.91%0.00%65.00%
13.73%

Color #AEDC4D in popluar number systems.

HEXAEDC4D
Decimal17422077
Binary10101110110111001001101
Octal256334115

Shades and tints

Shades of #AEDC4D

#AEDC4D
(174,220,77)
#9FC846
(159,200,70)
#90B43F
(144,180,63)
#81A038
(129,160,56)
#728C31
(114,140,49)
#63782A
(99,120,42)
#546423
(84,100,35)
#45501C
(69,80,28)
#363C15
(54,60,21)
#27280E
(39,40,14)
#181407
(24,20,7)
#000000
(0,0,0)

Tints of #AEDC4D

#AEDC4D
(174,220,77)
#B5DF5D
(181,223,93)
#BCE26D
(188,226,109)
#C3E57D
(195,229,125)
#CAE88D
(202,232,141)
#D1EB9D
(209,235,157)
#D8EEAD
(216,238,173)
#DFF1BD
(223,241,189)
#E6F4CD
(230,244,205)
#EDF7DD
(237,247,221)
#F4FAED
(244,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDC4D color. Also use rgb(174,220,77) instead hex code.

Text Font Color

.myTextColor { color: #AEDC4D; }

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

This text font color is #AEDC4D.


Background Color

.myBgColor { background-color: #AEDC4D; }

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

This div background color is #AEDC4D.


Border color

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

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

This div border color is #AEDC4D.


Opacity

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

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

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

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

This text has shadow with #AEDC4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDC4D on black background.


Color preview on white background

This text has color #AEDC4D on white background.



Black color preview on #AEDC4D background

This text has black color on #AEDC4D background.


White color preview on #AEDC4D background

This text has white color on #AEDC4D background.