COLOR #AED919

HEX: #AED919
RGB: (174,217,25)

Color info

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

RGB color model

#AED919 color RGB value is (174,217,25).

  • red value is 174;
  • green value is 217;
  • blue value is 25.
RGB:
(174,217,25)
(68%,85%,10%)

RGB channels and saturation

R 174 of 255 = 68%
G 217 of 255 = 85%
B 25 of 255 = 10%

174
217
25

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

Portions of RGB colors in percentages

R + G + B =
174 + 217 + 25 = 416 (100%)
R 174 of 416 ~ 41.83%
G 217 of 416 ~ 52.16%
B 25 of 416 ~ 6.01%

%41.83
%52.16

CMYK color model

#AED919 color CMYK value is (20,0,88,15).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 88.48%
  • key color value is 14.90%
CMYK:
(20,0,88,15)
C20M0Y88K15 
(20%,0%,88%,15%)
(0.20/0.00/0.88/0.15)	

CMYK percentages

%19.82
%0
%88.48
%14.9

Codes

Color #AED919 in popluar color models

AED919
RGB17421725
HSL73°79.34%47.45%
HSB/HSV73°88.48%85.10%
CMYK19.82%0.00%88.48%
14.90%

Color #AED919 in popluar number systems.

HEXAED919
Decimal17421725
Binary101011101101100111001
Octal25633131

Shades and tints

Shades of #AED919

#AED919
(174,217,25)
#9FC617
(159,198,23)
#90B315
(144,179,21)
#81A013
(129,160,19)
#728D11
(114,141,17)
#637A0F
(99,122,15)
#54670D
(84,103,13)
#45540B
(69,84,11)
#364109
(54,65,9)
#272E07
(39,46,7)
#181B05
(24,27,5)
#000000
(0,0,0)

Tints of #AED919

#AED919
(174,217,25)
#B5DC2D
(181,220,45)
#BCDF41
(188,223,65)
#C3E255
(195,226,85)
#CAE569
(202,229,105)
#D1E87D
(209,232,125)
#D8EB91
(216,235,145)
#DFEEA5
(223,238,165)
#E6F1B9
(230,241,185)
#EDF4CD
(237,244,205)
#F4F7E1
(244,247,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED919 color. Also use rgb(174,217,25) instead hex code.

Text Font Color

.myTextColor { color: #AED919; }

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

This text font color is #AED919.


Background Color

.myBgColor { background-color: #AED919; }

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

This div background color is #AED919.


Border color

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

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

This div border color is #AED919.


Opacity

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

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

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

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

This text has shadow with #AED919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED919 on black background.


Color preview on white background

This text has color #AED919 on white background.



Black color preview on #AED919 background

This text has black color on #AED919 background.


White color preview on #AED919 background

This text has white color on #AED919 background.