COLOR #ADC99A

HEX: #ADC99A RGB: (173,201,154)

Color info

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

RGB color model

#ADC99A color RGB value is (173,201,154).

RGB: (173,201,154) (68%, 79%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 201 of 255 = 79%
B 154 of 255 = 60%

173
201
154

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

Portions of RGB colors in percentages

R + G + B = 173 + 201 + 154 = 528 (100%)
R 173 of 528 ~ 32.77%
G 201 of 528 ~ 38.07%
B 154 of 528 ~ 29.17'%

%32.77
%38.07
%29.17

CMYK color model

#ADC99A color CMYK value is (14,0,23,21).

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 21.18%

CMYK: (14,0,23,21)
C14M0Y23K21 (14%, 0%, 23%, 21%)
(0.14 / 0.00 / 0.23 / 0.21)

CMYK percentages

%13.93
%0
%23.38
%21.18

Codes

Color #ADC99A in popluar color models

AD C9 9A
RGB 173 201 154
HSL 96° 30.32% 69.61%
HSB/HSV 96° 23.38% 78.82%
CMYK 13.93% 0.00% 23.38%
21.18%

Color #ADC99A in popluar number systems.

HEX AD C9 9A
Decimal 173 201 154
Binary 10101101 11001001 10011010
Octal 255 311 232

Shades and tints

Shades of #ADC99A

#ADC99A
(173,201,154)
#9EB78C
(158,183,140)
#8FA57E
(143,165,126)
#809370
(128,147,112)
#718162
(113,129,98)
#626F54
(98,111,84)
#535D46
(83,93,70)
#444B38
(68,75,56)
#35392A
(53,57,42)
#26271C
(38,39,28)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #ADC99A

#ADC99A
(173,201,154)
#B4CDA3
(180,205,163)
#BBD1AC
(187,209,172)
#C2D5B5
(194,213,181)
#C9D9BE
(201,217,190)
#D0DDC7
(208,221,199)
#D7E1D0
(215,225,208)
#DEE5D9
(222,229,217)
#E5E9E2
(229,233,226)
#ECEDEB
(236,237,235)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC99A color. Also use rgb(173,201,154) instead hex code.

Text Font Color

.myTextColor { color: #ADC99A; }

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

This text font color is #ADC99A.

Background Color

.myBgColor { background-color: #ADC99A; }

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

This div background color is #ADC99A.

Border color

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

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

This div border color is #ADC99A.

Opacity

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

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

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

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

This text has shadow with #ADC99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC99A.

Preview

Color preview on black background

This text has color #ADC99A on black background.


Color preview on white background

This text has color #ADC99A on white background.


Black color preview on #ADC99A background

This text has black color on #ADC99A background.


White color preview on #ADC99A background

This text has white color on #ADC99A background.


Related colors

Complementary color

Complementary color for #hex is #523665.


I love getcolorcode.com

Triadic colors

1 #9AADC9 and #C99AAD with #ADC99A are triadic colors.

2 #9AC9AD and #C9AD9A with #ADC99A are triadic colors.