COLOR #AEDF49

HEX: #AEDF49
RGB: (174,223,73)

Color info

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

RGB color model

#AEDF49 color RGB value is (174,223,73).

  • red value is 174;
  • green value is 223;
  • blue value is 73.
RGB:
(174,223,73)
(68%,87%,29%)

RGB channels and saturation

R 174 of 255 = 68%
G 223 of 255 = 87%
B 73 of 255 = 29%

174
223
73

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

Portions of RGB colors in percentages

R + G + B =
174 + 223 + 73 = 470 (100%)
R 174 of 470 ~ 37.02%
G 223 of 470 ~ 47.45%
B 73 of 470 ~ 15.53%

%37.02
%47.45
%15.53

CMYK color model

#AEDF49 color CMYK value is (22,0,67,13).

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 67.26%
  • key color value is 12.55%
CMYK:
(22,0,67,13)
C22M0Y67K13 
(22%,0%,67%,13%)
(0.22/0.00/0.67/0.13)	

CMYK percentages

%21.97
%0
%67.26
%12.55

Codes

Color #AEDF49 in popluar color models

AEDF49
RGB17422373
HSL80°70.09%58.04%
HSB/HSV80°67.26%87.45%
CMYK21.97%0.00%67.26%
12.55%

Color #AEDF49 in popluar number systems.

HEXAEDF49
Decimal17422373
Binary10101110110111111001001
Octal256337111

Shades and tints

Shades of #AEDF49

#AEDF49
(174,223,73)
#9FCB43
(159,203,67)
#90B73D
(144,183,61)
#81A337
(129,163,55)
#728F31
(114,143,49)
#637B2B
(99,123,43)
#546725
(84,103,37)
#45531F
(69,83,31)
#363F19
(54,63,25)
#272B13
(39,43,19)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #AEDF49

#AEDF49
(174,223,73)
#B5E159
(181,225,89)
#BCE369
(188,227,105)
#C3E579
(195,229,121)
#CAE789
(202,231,137)
#D1E999
(209,233,153)
#D8EBA9
(216,235,169)
#DFEDB9
(223,237,185)
#E6EFC9
(230,239,201)
#EDF1D9
(237,241,217)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDF49 color. Also use rgb(174,223,73) instead hex code.

Text Font Color

.myTextColor { color: #AEDF49; }

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

This text font color is #AEDF49.


Background Color

.myBgColor { background-color: #AEDF49; }

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

This div background color is #AEDF49.


Border color

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

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

This div border color is #AEDF49.


Opacity

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

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

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

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

This text has shadow with #AEDF49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDF49 on black background.


Color preview on white background

This text has color #AEDF49 on white background.



Black color preview on #AEDF49 background

This text has black color on #AEDF49 background.


White color preview on #AEDF49 background

This text has white color on #AEDF49 background.