HEX: #ADEE9A
RGB: (173,238,154)
#ADEE9A contains mainly green color. Web safe color of #ADEE9A is #99FF99 (or #9F9).
#ADEE9A color RGB value is (173,238,154).
RGB: (173,238,154)
(68%, 93%, 60%)
R 173 of 255 = 68%
G 238 of 255 = 93%
B 154 of 255 = 60%
R + G + B ~ 74%. #ADEE9A is quite light color.
R + G + B = 173 + 238 + 154 = 565 (100%)
R 173 of 565 ~ 30.62%
G 238 of 565 ~ 42.12%
B 154 of 565 ~ 27.26'%
#ADEE9A color CMYK value is (27,0,35,7).
CMYK: (27,0,35,7)
C27M0Y35K7 (27%, 0%, 35%, 7%)
(0.27 / 0.00 / 0.35 / 0.07)
Color #ADEE9A in popluar color models
AD | EE | 9A | |
---|---|---|---|
RGB | 173 | 238 | 154 |
HSL | 106° | 71.19% | 76.86% |
HSB/HSV | 106° | 35.29% | 93.33% |
CMYK | 27.31% | 0.00% | 35.29% |
6.67% |
Color #ADEE9A in popluar number systems.
HEX | AD | EE | 9A |
Decimal | 173 | 238 | 154 |
Binary | 10101101 | 11101110 | 10011010 |
Octal | 255 | 356 | 232 |
Shades of #ADEE9A
Tints of #ADEE9A
Examples of css and html codes for elements with #ADEE9A color. Also use rgb(173,238,154) instead hex code.
.myTextColor { color: #ADEE9A; }
<p style="color:#ADEE9A">This sample text font color is #ADEE9A.</p>
This text font color is #ADEE9A.
.myBgColor { background-color: #ADEE9A; }
<div style="background-color:#ADEE9A">Inner text</div>
This div background color is #ADEE9A.
.myBorderColor { border: 1px solid #ADEE9A; }
<div style="border:3px solid #ADEE9A">Div</div>
This div border color is #ADEE9A.
.myOpacity80 { color: #ADEE9A; opacity: 0.8; }
<p style="color:#ADEE9A;opacity:0.8;">80%</p>
Text with #ADEE9A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADEE9A;}
<p style="text-shadow: 3px 3px 1px #ADEE9A">Text here.</p>
This text has shadow with #ADEE9A color.
.textShadow {text-shadow: 3px 3px 1px #ADEE9A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADEE9A, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADEE9A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADEE9A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADEE9A, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADEE9A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADEE9A;
-webkit-box-shadow: 1px 1px 3px 2px #ADEE9A;
box-shadow: 1px 1px 3px 2px #ADEE9A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADEE9A; -webkit-box-shadow: 1px 1px 3px 2px #ADEE9A; box-shadow:1px 1px 3px 2px #ADEE9A;">
Div content here
</div>
This text has color #ADEE9A on black background.
This text has color #ADEE9A on white background.
This text has black color on #ADEE9A background.
This text has white color on #ADEE9A background.
Complementary color for #hex is #521165.