COLOR #ADC78D

HEX: #ADC78D RGB: (173,199,141)

Color info

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

RGB color model

#ADC78D color RGB value is (173,199,141).

RGB: (173,199,141) (68%, 78%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 199 of 255 = 78%
B 141 of 255 = 55%

173
199
141

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

Portions of RGB colors in percentages

R + G + B = 173 + 199 + 141 = 513 (100%)
R 173 of 513 ~ 33.72%
G 199 of 513 ~ 38.79%
B 141 of 513 ~ 27.49'%

%33.72
%38.79
%27.49

CMYK color model

#ADC78D color CMYK value is (13,0,29,22).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 29.15%
  • key color value is 21.96%
CMYK: (13,0,29,22) C13M0Y29K22 (13%,0%,29%,22%) (0.13/0.00/0.29/0.22) 

CMYK percentages

%13.07
%0
%29.15
%21.96

Codes

Color #ADC78D in popluar color models

AD C7 8D
RGB 173 199 141
HSL 87° 34.12% 66.67%
HSB/HSV 87° 29.15% 78.04%
CMYK 13.07% 0.00% 29.15%
21.96%

Color #ADC78D in popluar number systems.

HEX AD C7 8D
Decimal 173 199 141
Binary 10101101 11000111 10001101
Octal 255 307 215

Shades and tints

Shades of #ADC78D

#ADC78D
(173,199,141)
#9EB581
(158,181,129)
#8FA375
(143,163,117)
#809169
(128,145,105)
#717F5D
(113,127,93)
#626D51
(98,109,81)
#535B45
(83,91,69)
#444939
(68,73,57)
#35372D
(53,55,45)
#262521
(38,37,33)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #ADC78D

#ADC78D
(173,199,141)
#B4CC97
(180,204,151)
#BBD1A1
(187,209,161)
#C2D6AB
(194,214,171)
#C9DBB5
(201,219,181)
#D0E0BF
(208,224,191)
#D7E5C9
(215,229,201)
#DEEAD3
(222,234,211)
#E5EFDD
(229,239,221)
#ECF4E7
(236,244,231)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC78D; }

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

This text font color is #ADC78D.

Background Color

.myBgColor { background-color: #ADC78D; }

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

This div background color is #ADC78D.

Border color

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

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

This div border color is #ADC78D.

Opacity

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

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

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

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

This text has shadow with #ADC78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC78D.

Preview

Color preview on black background

This text has color #ADC78D on black background.


Color preview on white background

This text has color #ADC78D on white background.


Black color preview on #ADC78D background

This text has black color on #ADC78D background.


White color preview on #ADC78D background

This text has white color on #ADC78D background.


Related colors

Complementary color

Complementary color for #hex is #523872.


I love getcolorcode.com

Triadic colors

1 #8DADC7 and #C78DAD with #ADC78D are triadic colors.

2 #8DC7AD and #C7AD8D with #ADC78D are triadic colors.