HEX: #ADC88D
RGB: (173,200,141)
#ADC88D contains red, green and blue colors in about the same proportion. Web safe color of #ADC88D is #99CC99 (or #9C9).
#ADC88D color RGB value is (173,200,141).
RGB: (173,200,141)
(68%, 78%, 55%)
R 173 of 255 = 68%
G 200 of 255 = 78%
B 141 of 255 = 55%
R + G + B ~ 67%. #ADC88D is quite light color.
R + G + B = 173 + 200 + 141 = 514 (100%)
R 173 of 514 ~ 33.66%
G 200 of 514 ~ 38.91%
B 141 of 514 ~ 27.43'%
#ADC88D color CMYK value is (14,0,30,22).
CMYK: (14,0,30,22) C14M0Y30K22 (14%,0%,30%,22%) (0.14/0.00/0.30/0.22)
Color #ADC88D in popluar color models
AD | C8 | 8D | |
---|---|---|---|
RGB | 173 | 200 | 141 |
HSL | 87° | 34.91% | 66.86% |
HSB/HSV | 87° | 29.50% | 78.43% |
CMYK | 13.50% | 0.00% | 29.50% |
21.57% |
Color #ADC88D in popluar number systems.
HEX | AD | C8 | 8D |
Decimal | 173 | 200 | 141 |
Binary | 10101101 | 11001000 | 10001101 |
Octal | 255 | 310 | 215 |
Shades of #ADC88D
Tints of #ADC88D
Examples of css and html codes for elements with #ADC88D color. Also use rgb(173,200,141) instead hex code.
.myTextColor { color: #ADC88D; }
<p style="color:#ADC88D">This sample text font color is #ADC88D.</p>
This text font color is #ADC88D.
.myBgColor { background-color: #ADC88D; }
<div style="background-color:#ADC88D">Inner text</div>
This div background color is #ADC88D.
.myBorderColor { border: 1px solid #ADC88D; }
<div style="border:3px solid #ADC88D">Div</div>
This div border color is #ADC88D.
.myOpacity80 { color: #ADC88D; opacity: 0.8; }
<p style="color:#ADC88D;opacity:0.8;">80%</p>
Text with #ADC88D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC88D;}
<p style="text-shadow: 3px 3px 1px #ADC88D">Text here.</p>
This text has shadow with #ADC88D color.
.textShadow {text-shadow: 3px 3px 1px #ADC88D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC88D, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADC88D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC88D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC88D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC88D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC88D;
-webkit-box-shadow: 1px 1px 3px 2px #ADC88D;
box-shadow: 1px 1px 3px 2px #ADC88D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC88D; -webkit-box-shadow: 1px 1px 3px 2px #ADC88D; box-shadow:1px 1px 3px 2px #ADC88D;">
Div content here
</div>
This text has color #ADC88D on black background.
This text has color #ADC88D on white background.
This text has black color on #ADC88D background.
This text has white color on #ADC88D background.
Complementary color for #hex is #523772.