HEX: #ADFDA5
RGB: (173,253,165)
#ADFDA5 contains mainly green color. Web safe color of #ADFDA5 is #99FF99 (or #9F9).
#ADFDA5 color RGB value is (173,253,165).
RGB: (173,253,165)
(68%, 99%, 65%)
R 173 of 255 = 68%
G 253 of 255 = 99%
B 165 of 255 = 65%
R + G + B ~ 77%. #ADFDA5 is quite light color.
R + G + B = 173 + 253 + 165 = 591 (100%)
R 173 of 591 ~ 29.27%
G 253 of 591 ~ 42.81%
B 165 of 591 ~ 27.92'%
#ADFDA5 color CMYK value is (32,0,35,1).
CMYK: (32,0,35,1)
C32M0Y35K1 (32%, 0%, 35%, 1%)
(0.32 / 0.00 / 0.35 / 0.01)
Color #ADFDA5 in popluar color models
AD | FD | A5 | |
---|---|---|---|
RGB | 173 | 253 | 165 |
HSL | 115° | 95.65% | 81.96% |
HSB/HSV | 115° | 34.78% | 99.22% |
CMYK | 31.62% | 0.00% | 34.78% |
0.78% |
Color #ADFDA5 in popluar number systems.
HEX | AD | FD | A5 |
Decimal | 173 | 253 | 165 |
Binary | 10101101 | 11111101 | 10100101 |
Octal | 255 | 375 | 245 |
Shades of #ADFDA5
Tints of #ADFDA5
Examples of css and html codes for elements with #ADFDA5 color. Also use rgb(173,253,165) instead hex code.
.myTextColor { color: #ADFDA5; }
<p style="color:#ADFDA5">This sample text font color is #ADFDA5.</p>
This text font color is #ADFDA5.
.myBgColor { background-color: #ADFDA5; }
<div style="background-color:#ADFDA5">Inner text</div>
This div background color is #ADFDA5.
.myBorderColor { border: 1px solid #ADFDA5; }
<div style="border:3px solid #ADFDA5">Div</div>
This div border color is #ADFDA5.
.myOpacity80 { color: #ADFDA5; opacity: 0.8; }
<p style="color:#ADFDA5;opacity:0.8;">80%</p>
Text with #ADFDA5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADFDA5;}
<p style="text-shadow: 3px 3px 1px #ADFDA5">Text here.</p>
This text has shadow with #ADFDA5 color.
.textShadow {text-shadow: 3px 3px 1px #ADFDA5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADFDA5, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADFDA5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADFDA5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADFDA5, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADFDA5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADFDA5;
-webkit-box-shadow: 1px 1px 3px 2px #ADFDA5;
box-shadow: 1px 1px 3px 2px #ADFDA5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADFDA5; -webkit-box-shadow: 1px 1px 3px 2px #ADFDA5; box-shadow:1px 1px 3px 2px #ADFDA5;">
Div content here
</div>
This text has color #ADFDA5 on black background.
This text has color #ADFDA5 on white background.
This text has black color on #ADFDA5 background.
This text has white color on #ADFDA5 background.
Complementary color for #hex is #52025A.