COLOR #ADC39B

HEX: #ADC39B RGB: (173,195,155)

Color info

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

RGB color model

#ADC39B color RGB value is (173,195,155).

RGB: (173,195,155) (68%, 76%, 61%)

RGB channels and saturation

R 173 of 255 = 68%
G 195 of 255 = 76%
B 155 of 255 = 61%

173
195
155

R + G + B ~ 68%. #ADC39B is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 195 + 155 = 523 (100%)
R 173 of 523 ~ 33.08%
G 195 of 523 ~ 37.28%
B 155 of 523 ~ 29.64'%

%33.08
%37.28
%29.64

CMYK color model

#ADC39B color CMYK value is (11,0,21,24).

  • cyan value is 11.28%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 23.53%

CMYK: (11,0,21,24)
C11M0Y21K24 (11%, 0%, 21%, 24%)
(0.11 / 0.00 / 0.21 / 0.24)

CMYK percentages

%11.28
%0
%20.51
%23.53

Codes

Color #ADC39B in popluar color models

AD C3 9B
RGB 173 195 155
HSL 93° 25.00% 68.63%
HSB/HSV 93° 20.51% 76.47%
CMYK 11.28% 0.00% 20.51%
23.53%

Color #ADC39B in popluar number systems.

HEX AD C3 9B
Decimal 173 195 155
Binary 10101101 11000011 10011011
Octal 255 303 233

Shades and tints

Shades of #ADC39B

#ADC39B
(173,195,155)
#9EB28D
(158,178,141)
#8FA17F
(143,161,127)
#809071
(128,144,113)
#717F63
(113,127,99)
#626E55
(98,110,85)
#535D47
(83,93,71)
#444C39
(68,76,57)
#353B2B
(53,59,43)
#262A1D
(38,42,29)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #ADC39B

#ADC39B
(173,195,155)
#B4C8A4
(180,200,164)
#BBCDAD
(187,205,173)
#C2D2B6
(194,210,182)
#C9D7BF
(201,215,191)
#D0DCC8
(208,220,200)
#D7E1D1
(215,225,209)
#DEE6DA
(222,230,218)
#E5EBE3
(229,235,227)
#ECF0EC
(236,240,236)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC39B color. Also use rgb(173,195,155) instead hex code.

Text Font Color

.myTextColor { color: #ADC39B; }

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

This text font color is #ADC39B.

Background Color

.myBgColor { background-color: #ADC39B; }

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

This div background color is #ADC39B.

Border color

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

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

This div border color is #ADC39B.

Opacity

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

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

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

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

This text has shadow with #ADC39B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC39B.

Preview

Color preview on black background

This text has color #ADC39B on black background.


Color preview on white background

This text has color #ADC39B on white background.


Black color preview on #ADC39B background

This text has black color on #ADC39B background.


White color preview on #ADC39B background

This text has white color on #ADC39B background.


Related colors

Complementary color

Complementary color for #hex is #523C64.


I love getcolorcode.com

Triadic colors

1 #9BADC3 and #C39BAD with #ADC39B are triadic colors.

2 #9BC3AD and #C3AD9B with #ADC39B are triadic colors.