HEX: #ADC78D
RGB: (173,199,141)
#ADC78D contains red, green and blue colors in about the same proportion. Web safe color of #ADC78D is #99CC99 (or #9C9).
#ADC78D color RGB value is (173,199,141).
RGB: (173,199,141)
(68%, 78%, 55%)
R 173 of 255 = 68%
G 199 of 255 = 78%
B 141 of 255 = 55%
R + G + B ~ 67%. #ADC78D is quite light color.
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'%
#ADC78D color CMYK value is (13,0,29,22).
CMYK: (13,0,29,22) C13M0Y29K22 (13%,0%,29%,22%) (0.13/0.00/0.29/0.22)
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 of #ADC78D
Tints of #ADC78D
Examples of css and html codes for elements with #ADC78D color. Also use rgb(173,199,141) instead hex code.
.myTextColor { color: #ADC78D; }
<p style="color:#ADC78D">This sample text font color is #ADC78D.</p>
This text font color is #ADC78D.
.myBgColor { background-color: #ADC78D; }
<div style="background-color:#ADC78D">Inner text</div>
This div background color is #ADC78D.
.myBorderColor { border: 1px solid #ADC78D; }
<div style="border:3px solid #ADC78D">Div</div>
This div border color is #ADC78D.
.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%.
.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.
/* 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 text has color #ADC78D on black background.
This text has color #ADC78D on white background.
This text has black color on #ADC78D background.
This text has white color on #ADC78D background.
Complementary color for #hex is #523872.