COLOR #AADC94

HEX: #AADC94
RGB: (170,220,148)

Color info

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

RGB color model

#AADC94 color RGB value is (170,220,148).

  • red value is 170;
  • green value is 220;
  • blue value is 148.
RGB:
(170,220,148)
(67%,86%,58%)

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 148 of 255 = 58%

170
220
148

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

Portions of RGB colors in percentages

R + G + B =
170 + 220 + 148 = 538 (100%)
R 170 of 538 ~ 31.6%
G 220 of 538 ~ 40.89%
B 148 of 538 ~ 27.51%

%31.6
%40.89
%27.51

CMYK color model

#AADC94 color CMYK value is (23,0,33,14).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 32.73%
  • key color value is 13.73%
CMYK:
(23,0,33,14)
C23M0Y33K14 
(23%,0%,33%,14%)
(0.23/0.00/0.33/0.14)	

CMYK percentages

%22.73
%0
%32.73
%13.73

Codes

Color #AADC94 in popluar color models

AADC94
RGB170220148
HSL102°50.70%72.16%
HSB/HSV102°32.73%86.27%
CMYK22.73%0.00%32.73%
13.73%

Color #AADC94 in popluar number systems.

HEXAADC94
Decimal170220148
Binary101010101101110010010100
Octal252334224

Shades and tints

Shades of #AADC94

#AADC94
(170,220,148)
#9BC887
(155,200,135)
#8CB47A
(140,180,122)
#7DA06D
(125,160,109)
#6E8C60
(110,140,96)
#5F7853
(95,120,83)
#506446
(80,100,70)
#415039
(65,80,57)
#323C2C
(50,60,44)
#23281F
(35,40,31)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AADC94

#AADC94
(170,220,148)
#B1DF9D
(177,223,157)
#B8E2A6
(184,226,166)
#BFE5AF
(191,229,175)
#C6E8B8
(198,232,184)
#CDEBC1
(205,235,193)
#D4EECA
(212,238,202)
#DBF1D3
(219,241,211)
#E2F4DC
(226,244,220)
#E9F7E5
(233,247,229)
#F0FAEE
(240,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADC94 color. Also use rgb(170,220,148) instead hex code.

Text Font Color

.myTextColor { color: #AADC94; }

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

This text font color is #AADC94.


Background Color

.myBgColor { background-color: #AADC94; }

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

This div background color is #AADC94.


Border color

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

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

This div border color is #AADC94.


Opacity

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

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

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

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

This text has shadow with #AADC94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADC94 on black background.


Color preview on white background

This text has color #AADC94 on white background.



Black color preview on #AADC94 background

This text has black color on #AADC94 background.


White color preview on #AADC94 background

This text has white color on #AADC94 background.