COLOR #AADD93

HEX: #AADD93
RGB: (170,221,147)

Color info

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

RGB color model

#AADD93 color RGB value is (170,221,147).

  • red value is 170;
  • green value is 221;
  • blue value is 147.
RGB:
(170,221,147)
(67%,87%,58%)

RGB channels and saturation

R 170 of 255 = 67%
G 221 of 255 = 87%
B 147 of 255 = 58%

170
221
147

R + G + B ~ 71%. #AADD93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 221 + 147 = 538 (100%)
R 170 of 538 ~ 31.6%
G 221 of 538 ~ 41.08%
B 147 of 538 ~ 27.32%

%31.6
%41.08
%27.32

CMYK color model

#AADD93 color CMYK value is (23,0,33,13).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 13.33%
CMYK:
(23,0,33,13)
C23M0Y33K13 
(23%,0%,33%,13%)
(0.23/0.00/0.33/0.13)	

CMYK percentages

%23.08
%0
%33.48
%13.33

Codes

Color #AADD93 in popluar color models

AADD93
RGB170221147
HSL101°52.11%72.16%
HSB/HSV101°33.48%86.67%
CMYK23.08%0.00%33.48%
13.33%

Color #AADD93 in popluar number systems.

HEXAADD93
Decimal170221147
Binary101010101101110110010011
Octal252335223

Shades and tints

Shades of #AADD93

#AADD93
(170,221,147)
#9BC986
(155,201,134)
#8CB579
(140,181,121)
#7DA16C
(125,161,108)
#6E8D5F
(110,141,95)
#5F7952
(95,121,82)
#506545
(80,101,69)
#415138
(65,81,56)
#323D2B
(50,61,43)
#23291E
(35,41,30)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #AADD93

#AADD93
(170,221,147)
#B1E09C
(177,224,156)
#B8E3A5
(184,227,165)
#BFE6AE
(191,230,174)
#C6E9B7
(198,233,183)
#CDECC0
(205,236,192)
#D4EFC9
(212,239,201)
#DBF2D2
(219,242,210)
#E2F5DB
(226,245,219)
#E9F8E4
(233,248,228)
#F0FBED
(240,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADD93 color. Also use rgb(170,221,147) instead hex code.

Text Font Color

.myTextColor { color: #AADD93; }

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

This text font color is #AADD93.


Background Color

.myBgColor { background-color: #AADD93; }

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

This div background color is #AADD93.


Border color

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

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

This div border color is #AADD93.


Opacity

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

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

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

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

This text has shadow with #AADD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADD93 on black background.


Color preview on white background

This text has color #AADD93 on white background.



Black color preview on #AADD93 background

This text has black color on #AADD93 background.


White color preview on #AADD93 background

This text has white color on #AADD93 background.