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