HEX: #ADE49F
RGB: (173,228,159)
#ADE49F contains mainly red and green colors. #ADE49F ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.
#ADE49F color RGB value is (173,228,159).
RGB: (173,228,159)
(68%, 89%, 62%)
R 173 of 255 = 68%
G 228 of 255 = 89%
B 159 of 255 = 62%
R + G + B ~ 73%. #ADE49F is quite light color.
R + G + B = 173 + 228 + 159 = 560 (100%)
R 173 of 560 ~ 30.89%
G 228 of 560 ~ 40.71%
B 159 of 560 ~ 28.39'%
#ADE49F rengi CMYK tonu (24,0,30,11).
CMYK: (24,0,30,11)
C24M0Y30K11 (24%, 0%, 30%, 11%)
(0.24 / 0.00 / 0.30 / 0.11)
Color #ADE49F in popluar color models
AD | E4 | 9F | |
---|---|---|---|
RGB | 173 | 228 | 159 |
HSL | 108° | 56.10% | 75.88% |
HSB/HSV | 108° | 30.26% | 89.41% |
CMYK | 24.12% | 0.00% | 30.26% |
10.59% |
Color #ADE49F in popluar number systems.
HEX | AD | E4 | 9F |
Decimal | 173 | 228 | 159 |
Binary | 10101101 | 11100100 | 10011111 |
Octal | 255 | 344 | 237 |
Shades of #ADE49F
Tints of #ADE49F
Examples of css and html codes for elements with #ADE49F color. Also use rgb(173,228,159) instead hex code.
.myTextColor { color: #ADE49F; }
<p style="color:#ADE49F">This sample text font color is #ADE49F.</p>
This text font color is #ADE49F.
.myBgColor { background-color: #ADE49F; }
<div style="background-color:#ADE49F">Inner text</div>
This div background color is #ADE49F.
.myBorderColor { border: 1px solid #ADE49F; }
<div style="border:3px solid #ADE49F">Div</div>
This div border color is #ADE49F.
.myOpacity80 { color: #ADE49F; opacity: 0.8; }
<p style="color:#ADE49F;opacity:0.8;">80%</p>
Text with #ADE49F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADE49F;}
<p style="text-shadow: 3px 3px 1px #ADE49F">Text here.</p>
This text has shadow with #ADE49F color.
.textShadow {text-shadow: 3px 3px 1px #ADE49F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADE49F, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADE49F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE49F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADE49F, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADE49F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADE49F;
-webkit-box-shadow: 1px 1px 3px 2px #ADE49F;
box-shadow: 1px 1px 3px 2px #ADE49F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE49F; -webkit-box-shadow: 1px 1px 3px 2px #ADE49F; box-shadow:1px 1px 3px 2px #ADE49F;">
Div content here
</div>
This text has color #ADE49F on black background.
This text has color #ADE49F on white background.
This text has black color on #ADE49F background.
This text has white color on #ADE49F background.
Complementary color for #hex is #521B60.