HEX: #ADC39B
RGB: (173,195,155)
#ADC39B contains red, green and blue colors in about the same proportion. Web safe color of #ADC39B is #99CC99 (or #9C9).
#ADC39B color RGB value is (173,195,155).
RGB: (173,195,155)
(68%, 76%, 61%)
R 173 of 255 = 68%
G 195 of 255 = 76%
B 155 of 255 = 61%
R + G + B ~ 68%. #ADC39B is quite light color.
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'%
#ADC39B color CMYK value is (11,0,21,24).
CMYK: (11,0,21,24)
C11M0Y21K24 (11%, 0%, 21%, 24%)
(0.11 / 0.00 / 0.21 / 0.24)
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 of #ADC39B
Tints of #ADC39B
Examples of css and html codes for elements with #ADC39B color. Also use rgb(173,195,155) instead hex code.
.myTextColor { color: #ADC39B; }
<p style="color:#ADC39B">This sample text font color is #ADC39B.</p>
This text font color is #ADC39B.
.myBgColor { background-color: #ADC39B; }
<div style="background-color:#ADC39B">Inner text</div>
This div background color is #ADC39B.
.myBorderColor { border: 1px solid #ADC39B; }
<div style="border:3px solid #ADC39B">Div</div>
This div border color is #ADC39B.
.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%.
.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.
/* 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 text has color #ADC39B on black background.
This text has color #ADC39B on white background.
This text has black color on #ADC39B background.
This text has white color on #ADC39B background.
Complementary color for #hex is #523C64.