COLOR #AEED52

HEX: #AEED52 RGB: (174,237,82)

Color info

#AEED52 contains mainly green color. Web safe color of #AEED52 is #99FF66 (or #9F6).

RGB color model

#AEED52 color RGB value is (174,237,82).

RGB: (174,237,82) (68%, 93%, 32%)

RGB channels and saturation

R 174 of 255 = 68%
G 237 of 255 = 93%
B 82 of 255 = 32%

174
237
82

R + G + B ~ 64%. #AEED52 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 237 + 82 = 493 (100%)
R 174 of 493 ~ 35.29%
G 237 of 493 ~ 48.07%
B 82 of 493 ~ 16.63'%

%35.29
%48.07
%16.63

CMYK color model

#AEED52 color CMYK value is (27,0,65,7).

  • cyan value is 26.58%
  • magenta value is 0.00%
  • yellow value is 65.40%
  • key color value is 7.06%

CMYK: (27,0,65,7)
C27M0Y65K7 (27%, 0%, 65%, 7%)
(0.27 / 0.00 / 0.65 / 0.07)

CMYK percentages

%26.58
%0
%65.4
%7.06

Codes

Color #AEED52 in popluar color models

AE ED 52
RGB 174 237 82
HSL 84° 81.15% 62.55%
HSB/HSV 84° 65.40% 92.94%
CMYK 26.58% 0.00% 65.40%
7.06%

Color #AEED52 in popluar number systems.

HEX AE ED 52
Decimal 174 237 82
Binary 10101110 11101101 1010010
Octal 256 355 122

Shades and tints

Shades of #AEED52

#AEED52
(174,237,82)
#9FD84B
(159,216,75)
#90C344
(144,195,68)
#81AE3D
(129,174,61)
#729936
(114,153,54)
#63842F
(99,132,47)
#546F28
(84,111,40)
#455A21
(69,90,33)
#36451A
(54,69,26)
#273013
(39,48,19)
#181B0C
(24,27,12)
#000000
(0,0,0)

Tints of #AEED52

#AEED52
(174,237,82)
#B5EE61
(181,238,97)
#BCEF70
(188,239,112)
#C3F07F
(195,240,127)
#CAF18E
(202,241,142)
#D1F29D
(209,242,157)
#D8F3AC
(216,243,172)
#DFF4BB
(223,244,187)
#E6F5CA
(230,245,202)
#EDF6D9
(237,246,217)
#F4F7E8
(244,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEED52 color. Also use rgb(174,237,82) instead hex code.

Text Font Color

.myTextColor { color: #AEED52; }

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

This text font color is #AEED52.

Background Color

.myBgColor { background-color: #AEED52; }

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

This div background color is #AEED52.

Border color

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

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

This div border color is #AEED52.

Opacity

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

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

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

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

This text has shadow with #AEED52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEED52.

Preview

Color preview on black background

This text has color #AEED52 on black background.


Color preview on white background

This text has color #AEED52 on white background.


Black color preview on #AEED52 background

This text has black color on #AEED52 background.


White color preview on #AEED52 background

This text has white color on #AEED52 background.


Related colors

Complementary color

Complementary color for #hex is #5112AD.


I love getcolorcode.com

Triadic colors

1 #52AEED and #ED52AE with #AEED52 are triadic colors.

2 #52EDAE and #EDAE52 with #AEED52 are triadic colors.