COLOR #AEDD85

HEX: #AEDD85
RGB: (174,221,133)

Color info

#AEDD85 contains mainly red and green colors. Web safe color of #AEDD85 is #99CC99 (or #9C9).

RGB color model

#AEDD85 color RGB value is (174,221,133).

  • red value is 174;
  • green value is 221;
  • blue value is 133.
RGB:
(174,221,133)
(68%,87%,52%)

RGB channels and saturation

R 174 of 255 = 68%
G 221 of 255 = 87%
B 133 of 255 = 52%

174
221
133

R + G + B ~ 69%. #AEDD85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 221 + 133 = 528 (100%)
R 174 of 528 ~ 32.95%
G 221 of 528 ~ 41.86%
B 133 of 528 ~ 25.19%

%32.95
%41.86
%25.19

CMYK color model

#AEDD85 color CMYK value is (21,0,40,13).

  • cyan value is 21.27%
  • magenta value is 0.00%
  • yellow value is 39.82%
  • key color value is 13.33%
CMYK:
(21,0,40,13)
C21M0Y40K13 
(21%,0%,40%,13%)
(0.21/0.00/0.40/0.13)	

CMYK percentages

%21.27
%0
%39.82
%13.33

Codes

Color #AEDD85 in popluar color models

AEDD85
RGB174221133
HSL92°56.41%69.41%
HSB/HSV92°39.82%86.67%
CMYK21.27%0.00%39.82%
13.33%

Color #AEDD85 in popluar number systems.

HEXAEDD85
Decimal174221133
Binary101011101101110110000101
Octal256335205

Shades and tints

Shades of #AEDD85

#AEDD85
(174,221,133)
#9FC979
(159,201,121)
#90B56D
(144,181,109)
#81A161
(129,161,97)
#728D55
(114,141,85)
#637949
(99,121,73)
#54653D
(84,101,61)
#455131
(69,81,49)
#363D25
(54,61,37)
#272919
(39,41,25)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #AEDD85

#AEDD85
(174,221,133)
#B5E090
(181,224,144)
#BCE39B
(188,227,155)
#C3E6A6
(195,230,166)
#CAE9B1
(202,233,177)
#D1ECBC
(209,236,188)
#D8EFC7
(216,239,199)
#DFF2D2
(223,242,210)
#E6F5DD
(230,245,221)
#EDF8E8
(237,248,232)
#F4FBF3
(244,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDD85; }

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

This text font color is #AEDD85.


Background Color

.myBgColor { background-color: #AEDD85; }

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

This div background color is #AEDD85.


Border color

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

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

This div border color is #AEDD85.


Opacity

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

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

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

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

This text has shadow with #AEDD85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDD85 on black background.


Color preview on white background

This text has color #AEDD85 on white background.



Black color preview on #AEDD85 background

This text has black color on #AEDD85 background.


White color preview on #AEDD85 background

This text has white color on #AEDD85 background.