COLOR #AED096

HEX: #AED096 RGB: (174,208,150)

Color info

#AED096 contains red, green and blue colors in about the same proportion. Web safe color of #AED096 is #99CC99 (or #9C9).

RGB color model

#AED096 color RGB value is (174,208,150).

RGB: (174,208,150) (68%, 82%, 59%)

RGB channels and saturation

R 174 of 255 = 68%
G 208 of 255 = 82%
B 150 of 255 = 59%

174
208
150

R + G + B ~ 70%. #AED096 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 208 + 150 = 532 (100%)
R 174 of 532 ~ 32.71%
G 208 of 532 ~ 39.1%
B 150 of 532 ~ 28.2'%

%32.71
%39.1
%28.2

CMYK color model

#AED096 color CMYK value is (16,0,28,18).

  • cyan value is 16.35%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 18.43%

CMYK: (16,0,28,18)
C16M0Y28K18 (16%, 0%, 28%, 18%)
(0.16 / 0.00 / 0.28 / 0.18)

CMYK percentages

%16.35
%0
%27.88
%18.43

Codes

Color #AED096 in popluar color models

AE D0 96
RGB 174 208 150
HSL 95° 38.16% 70.20%
HSB/HSV 95° 27.88% 81.57%
CMYK 16.35% 0.00% 27.88%
18.43%

Color #AED096 in popluar number systems.

HEX AE D0 96
Decimal 174 208 150
Binary 10101110 11010000 10010110
Octal 256 320 226

Shades and tints

Shades of #AED096

#AED096
(174,208,150)
#9FBE89
(159,190,137)
#90AC7C
(144,172,124)
#819A6F
(129,154,111)
#728862
(114,136,98)
#637655
(99,118,85)
#546448
(84,100,72)
#45523B
(69,82,59)
#36402E
(54,64,46)
#272E21
(39,46,33)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #AED096

#AED096
(174,208,150)
#B5D49F
(181,212,159)
#BCD8A8
(188,216,168)
#C3DCB1
(195,220,177)
#CAE0BA
(202,224,186)
#D1E4C3
(209,228,195)
#D8E8CC
(216,232,204)
#DFECD5
(223,236,213)
#E6F0DE
(230,240,222)
#EDF4E7
(237,244,231)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED096 color. Also use rgb(174,208,150) instead hex code.

Text Font Color

.myTextColor { color: #AED096; }

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

This text font color is #AED096.

Background Color

.myBgColor { background-color: #AED096; }

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

This div background color is #AED096.

Border color

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

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

This div border color is #AED096.

Opacity

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

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

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

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

This text has shadow with #AED096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED096.

Preview

Color preview on black background

This text has color #AED096 on black background.


Color preview on white background

This text has color #AED096 on white background.


Black color preview on #AED096 background

This text has black color on #AED096 background.


White color preview on #AED096 background

This text has white color on #AED096 background.


Related colors

Complementary color

Complementary color for #hex is #512F69.


I love getcolorcode.com

Triadic colors

1 #96AED0 and #D096AE with #AED096 are triadic colors.

2 #96D0AE and #D0AE96 with #AED096 are triadic colors.