COLOR #ADCC9A

HEX: #ADCC9A RGB: (173,204,154)

Color info

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

RGB color model

#ADCC9A color RGB value is (173,204,154).

RGB: (173,204,154) (68%, 80%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 154 of 255 = 60%

173
204
154

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

Portions of RGB colors in percentages

R + G + B = 173 + 204 + 154 = 531 (100%)
R 173 of 531 ~ 32.58%
G 204 of 531 ~ 38.42%
B 154 of 531 ~ 29'%

%32.58
%38.42
%29

CMYK color model

#ADCC9A color CMYK value is (15,0,25,20).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 24.51%
  • key color value is 20.00%

CMYK: (15,0,25,20)
C15M0Y25K20 (15%, 0%, 25%, 20%)
(0.15 / 0.00 / 0.25 / 0.20)

CMYK percentages

%15.2
%0
%24.51
%20

Codes

Color #ADCC9A in popluar color models

AD CC 9A
RGB 173 204 154
HSL 97° 32.89% 70.20%
HSB/HSV 97° 24.51% 80.00%
CMYK 15.20% 0.00% 24.51%
20.00%

Color #ADCC9A in popluar number systems.

HEX AD CC 9A
Decimal 173 204 154
Binary 10101101 11001100 10011010
Octal 255 314 232

Shades and tints

Shades of #ADCC9A

#ADCC9A
(173,204,154)
#9EBA8C
(158,186,140)
#8FA87E
(143,168,126)
#809670
(128,150,112)
#718462
(113,132,98)
#627254
(98,114,84)
#536046
(83,96,70)
#444E38
(68,78,56)
#353C2A
(53,60,42)
#262A1C
(38,42,28)
#17180E
(23,24,14)
#000000
(0,0,0)

Tints of #ADCC9A

#ADCC9A
(173,204,154)
#B4D0A3
(180,208,163)
#BBD4AC
(187,212,172)
#C2D8B5
(194,216,181)
#C9DCBE
(201,220,190)
#D0E0C7
(208,224,199)
#D7E4D0
(215,228,208)
#DEE8D9
(222,232,217)
#E5ECE2
(229,236,226)
#ECF0EB
(236,240,235)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCC9A; }

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

This text font color is #ADCC9A.

Background Color

.myBgColor { background-color: #ADCC9A; }

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

This div background color is #ADCC9A.

Border color

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

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

This div border color is #ADCC9A.

Opacity

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

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

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

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

This text has shadow with #ADCC9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCC9A.

Preview

Color preview on black background

This text has color #ADCC9A on black background.


Color preview on white background

This text has color #ADCC9A on white background.


Black color preview on #ADCC9A background

This text has black color on #ADCC9A background.


White color preview on #ADCC9A background

This text has white color on #ADCC9A background.


Related colors

Complementary color

Complementary color for #hex is #523365.


I love getcolorcode.com

Triadic colors

1 #9AADCC and #CC9AAD with #ADCC9A are triadic colors.

2 #9ACCAD and #CCAD9A with #ADCC9A are triadic colors.