COLOR #ADC38D

HEX: #ADC38D RGB: (173,195,141)

Color info

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

RGB color model

#ADC38D color RGB value is (173,195,141).

RGB: (173,195,141) (68%, 76%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 195 of 255 = 76%
B 141 of 255 = 55%

173
195
141

R + G + B ~ 66%. #ADC38D is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 195 + 141 = 509 (100%)
R 173 of 509 ~ 33.99%
G 195 of 509 ~ 38.31%
B 141 of 509 ~ 27.7'%

%33.99
%38.31
%27.7

CMYK color model

#ADC38D color CMYK value is (11,0,28,24).

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

CMYK: (11,0,28,24)
C11M0Y28K24 (11%, 0%, 28%, 24%)
(0.11 / 0.00 / 0.28 / 0.24)

CMYK percentages

%11.28
%0
%27.69
%23.53

Codes

Color #ADC38D in popluar color models

AD C3 8D
RGB 173 195 141
HSL 84° 31.03% 65.88%
HSB/HSV 84° 27.69% 76.47%
CMYK 11.28% 0.00% 27.69%
23.53%

Color #ADC38D in popluar number systems.

HEX AD C3 8D
Decimal 173 195 141
Binary 10101101 11000011 10001101
Octal 255 303 215

Shades and tints

Shades of #ADC38D

#ADC38D
(173,195,141)
#9EB281
(158,178,129)
#8FA175
(143,161,117)
#809069
(128,144,105)
#717F5D
(113,127,93)
#626E51
(98,110,81)
#535D45
(83,93,69)
#444C39
(68,76,57)
#353B2D
(53,59,45)
#262A21
(38,42,33)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #ADC38D

#ADC38D
(173,195,141)
#B4C897
(180,200,151)
#BBCDA1
(187,205,161)
#C2D2AB
(194,210,171)
#C9D7B5
(201,215,181)
#D0DCBF
(208,220,191)
#D7E1C9
(215,225,201)
#DEE6D3
(222,230,211)
#E5EBDD
(229,235,221)
#ECF0E7
(236,240,231)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC38D; }

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

This text font color is #ADC38D.

Background Color

.myBgColor { background-color: #ADC38D; }

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

This div background color is #ADC38D.

Border color

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

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

This div border color is #ADC38D.

Opacity

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

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

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

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

This text has shadow with #ADC38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC38D.

Preview

Color preview on black background

This text has color #ADC38D on black background.


Color preview on white background

This text has color #ADC38D on white background.


Black color preview on #ADC38D background

This text has black color on #ADC38D background.


White color preview on #ADC38D background

This text has white color on #ADC38D background.


Related colors

Complementary color

Complementary color for #hex is #523C72.


I love getcolorcode.com

Triadic colors

1 #8DADC3 and #C38DAD with #ADC38D are triadic colors.

2 #8DC3AD and #C3AD8D with #ADC38D are triadic colors.