HEX: #ADE98D
RGB: (173,233,141)
#ADE98D contains mainly green color. Web safe color of #ADE98D is #99FF99 (or #9F9).
#ADE98D color RGB value is (173,233,141).
RGB: (173,233,141)
(68%, 91%, 55%)
R 173 of 255 = 68%
G 233 of 255 = 91%
B 141 of 255 = 55%
R + G + B ~ 71%. #ADE98D is quite light color.
R + G + B = 173 + 233 + 141 = 547 (100%)
R 173 of 547 ~ 31.63%
G 233 of 547 ~ 42.6%
B 141 of 547 ~ 25.78'%
#ADE98D color CMYK value is (26,0,39,9).
CMYK: (26,0,39,9)
C26M0Y39K9 (26%, 0%, 39%, 9%)
(0.26 / 0.00 / 0.39 / 0.09)
Color #ADE98D in popluar color models
AD | E9 | 8D | |
---|---|---|---|
RGB | 173 | 233 | 141 |
HSL | 99° | 67.65% | 73.33% |
HSB/HSV | 99° | 39.48% | 91.37% |
CMYK | 25.75% | 0.00% | 39.48% |
8.63% |
Color #ADE98D in popluar number systems.
HEX | AD | E9 | 8D |
Decimal | 173 | 233 | 141 |
Binary | 10101101 | 11101001 | 10001101 |
Octal | 255 | 351 | 215 |
Shades of #ADE98D
Tints of #ADE98D
Examples of css and html codes for elements with #ADE98D color. Also use rgb(173,233,141) instead hex code.
.myTextColor { color: #ADE98D; }
<p style="color:#ADE98D">This sample text font color is #ADE98D.</p>
This text font color is #ADE98D.
.myBgColor { background-color: #ADE98D; }
<div style="background-color:#ADE98D">Inner text</div>
This div background color is #ADE98D.
.myBorderColor { border: 1px solid #ADE98D; }
<div style="border:3px solid #ADE98D">Div</div>
This div border color is #ADE98D.
.myOpacity80 { color: #ADE98D; opacity: 0.8; }
<p style="color:#ADE98D;opacity:0.8;">80%</p>
Text with #ADE98D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE98D;}
<p style="text-shadow: 3px 3px 1px #ADE98D">Text here.</p>
This text has shadow with #ADE98D color.
.textShadow {text-shadow: 3px 3px 1px #ADE98D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE98D, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADE98D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE98D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE98D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE98D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADE98D;
-webkit-box-shadow: 1px 1px 3px 2px #ADE98D;
box-shadow: 1px 1px 3px 2px #ADE98D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE98D; -webkit-box-shadow: 1px 1px 3px 2px #ADE98D; box-shadow:1px 1px 3px 2px #ADE98D;">
Div content here
</div>
This text has color #ADE98D on black background.
This text has color #ADE98D on white background.
This text has black color on #ADE98D background.
This text has white color on #ADE98D background.
Complementary color for #hex is #521672.