COLOR #AADC7C

HEX: #AADC7C
RGB: (170,220,124)

Color info

#AADC7C contains mainly red and green colors. Web safe color of #AADC7C is #99CC66 (or #9C6).

RGB color model

#AADC7C color RGB value is (170,220,124).

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

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 124 of 255 = 49%

170
220
124

R + G + B ~ 67%. #AADC7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 220 + 124 = 514 (100%)
R 170 of 514 ~ 33.07%
G 220 of 514 ~ 42.8%
B 124 of 514 ~ 24.12%

%33.07
%42.8
%24.12

CMYK color model

#AADC7C color CMYK value is (23,0,44,14).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 13.73%
CMYK:
(23,0,44,14)
C23M0Y44K14 
(23%,0%,44%,14%)
(0.23/0.00/0.44/0.14)	

CMYK percentages

%22.73
%0
%43.64
%13.73

Codes

Color #AADC7C in popluar color models

AADC7C
RGB170220124
HSL91°57.83%67.45%
HSB/HSV91°43.64%86.27%
CMYK22.73%0.00%43.64%
13.73%

Color #AADC7C in popluar number systems.

HEXAADC7C
Decimal170220124
Binary10101010110111001111100
Octal252334174

Shades and tints

Shades of #AADC7C

#AADC7C
(170,220,124)
#9BC871
(155,200,113)
#8CB466
(140,180,102)
#7DA05B
(125,160,91)
#6E8C50
(110,140,80)
#5F7845
(95,120,69)
#50643A
(80,100,58)
#41502F
(65,80,47)
#323C24
(50,60,36)
#232819
(35,40,25)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #AADC7C

#AADC7C
(170,220,124)
#B1DF87
(177,223,135)
#B8E292
(184,226,146)
#BFE59D
(191,229,157)
#C6E8A8
(198,232,168)
#CDEBB3
(205,235,179)
#D4EEBE
(212,238,190)
#DBF1C9
(219,241,201)
#E2F4D4
(226,244,212)
#E9F7DF
(233,247,223)
#F0FAEA
(240,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADC7C; }

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

This text font color is #AADC7C.


Background Color

.myBgColor { background-color: #AADC7C; }

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

This div background color is #AADC7C.


Border color

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

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

This div border color is #AADC7C.


Opacity

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

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

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

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

This text has shadow with #AADC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADC7C on black background.


Color preview on white background

This text has color #AADC7C on white background.



Black color preview on #AADC7C background

This text has black color on #AADC7C background.


White color preview on #AADC7C background

This text has white color on #AADC7C background.