HEX: #ADCC8A
RGB: (173,204,138)
#ADCC8A contains mainly red and green colors. Web safe color of #ADCC8A is #99CC99 (or #9C9).
#ADCC8A color RGB value is (173,204,138).
RGB: (173,204,138)
(68%, 80%, 54%)
R 173 of 255 = 68%
G 204 of 255 = 80%
B 138 of 255 = 54%
R + G + B ~ 67%. #ADCC8A is quite light color.
R + G + B = 173 + 204 + 138 = 515 (100%)
R 173 of 515 ~ 33.59%
G 204 of 515 ~ 39.61%
B 138 of 515 ~ 26.8'%
#ADCC8A color CMYK value is (15,0,32,20).
CMYK: (15,0,32,20) C15M0Y32K20 (15%,0%,32%,20%) (0.15/0.00/0.32/0.20)
Color #ADCC8A in popluar color models
AD | CC | 8A | |
---|---|---|---|
RGB | 173 | 204 | 138 |
HSL | 88° | 39.29% | 67.06% |
HSB/HSV | 88° | 32.35% | 80.00% |
CMYK | 15.20% | 0.00% | 32.35% |
20.00% |
Color #ADCC8A in popluar number systems.
HEX | AD | CC | 8A |
Decimal | 173 | 204 | 138 |
Binary | 10101101 | 11001100 | 10001010 |
Octal | 255 | 314 | 212 |
Shades of #ADCC8A
Tints of #ADCC8A
Examples of css and html codes for elements with #ADCC8A color. Also use rgb(173,204,138) instead hex code.
.myTextColor { color: #ADCC8A; }
<p style="color:#ADCC8A">This sample text font color is #ADCC8A.</p>
This text font color is #ADCC8A.
.myBgColor { background-color: #ADCC8A; }
<div style="background-color:#ADCC8A">Inner text</div>
This div background color is #ADCC8A.
.myBorderColor { border: 1px solid #ADCC8A; }
<div style="border:3px solid #ADCC8A">Div</div>
This div border color is #ADCC8A.
.myOpacity80 { color: #ADCC8A; opacity: 0.8; }
<p style="color:#ADCC8A;opacity:0.8;">80%</p>
Text with #ADCC8A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADCC8A;}
<p style="text-shadow: 3px 3px 1px #ADCC8A">Text here.</p>
This text has shadow with #ADCC8A color.
.textShadow {text-shadow: 3px 3px 1px #ADCC8A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADCC8A, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADCC8A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADCC8A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADCC8A, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADCC8A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADCC8A;
-webkit-box-shadow: 1px 1px 3px 2px #ADCC8A;
box-shadow: 1px 1px 3px 2px #ADCC8A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADCC8A; -webkit-box-shadow: 1px 1px 3px 2px #ADCC8A; box-shadow:1px 1px 3px 2px #ADCC8A;">
Div content here
</div>
This text has color #ADCC8A on black background.
This text has color #ADCC8A on white background.
This text has black color on #ADCC8A background.
This text has white color on #ADCC8A background.
Complementary color for #hex is #523375.