HEX: #A5EDB9
RGB: (165,237,185)
#A5EDB9 contains mainly green and blue colors. Web safe color of #A5EDB9 is #99FFCC (or #9FC).
#A5EDB9 color RGB value is (165,237,185).
RGB: (165,237,185)
(65%, 93%, 73%)
R 165 of 255 = 65%
G 237 of 255 = 93%
B 185 of 255 = 73%
R + G + B ~ 77%. #A5EDB9 is quite light color.
R + G + B = 165 + 237 + 185 = 587 (100%)
R 165 of 587 ~ 28.11%
G 237 of 587 ~ 40.37%
B 185 of 587 ~ 31.52'%
#A5EDB9 color CMYK value is (30,0,22,7).
CMYK: (30,0,22,7)
C30M0Y22K7 (30%, 0%, 22%, 7%)
(0.30 / 0.00 / 0.22 / 0.07)
Color #A5EDB9 in popluar color models
A5 | ED | B9 | |
---|---|---|---|
RGB | 165 | 237 | 185 |
HSL | 137° | 66.67% | 78.82% |
HSB/HSV | 137° | 30.38% | 92.94% |
CMYK | 30.38% | 0.00% | 21.94% |
7.06% |
Color #A5EDB9 in popluar number systems.
HEX | A5 | ED | B9 |
Decimal | 165 | 237 | 185 |
Binary | 10100101 | 11101101 | 10111001 |
Octal | 245 | 355 | 271 |
Shades of #A5EDB9
Tints of #A5EDB9
Examples of css and html codes for elements with #A5EDB9 color. Also use rgb(165,237,185) instead hex code.
.myTextColor { color: #A5EDB9; }
<p style="color:#A5EDB9">This sample text font color is #A5EDB9.</p>
This text font color is #A5EDB9.
.myBgColor { background-color: #A5EDB9; }
<div style="background-color:#A5EDB9">Inner text</div>
This div background color is #A5EDB9.
.myBorderColor { border: 1px solid #A5EDB9; }
<div style="border:3px solid #A5EDB9">Div</div>
This div border color is #A5EDB9.
.myOpacity80 { color: #A5EDB9; opacity: 0.8; }
<p style="color:#A5EDB9;opacity:0.8;">80%</p>
Text with #A5EDB9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5EDB9;}
<p style="text-shadow: 3px 3px 1px #A5EDB9">Text here.</p>
This text has shadow with #A5EDB9 color.
.textShadow {text-shadow: 3px 3px 1px #A5EDB9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5EDB9, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5EDB9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5EDB9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5EDB9, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5EDB9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5EDB9;
-webkit-box-shadow: 1px 1px 3px 2px #A5EDB9;
box-shadow: 1px 1px 3px 2px #A5EDB9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5EDB9; -webkit-box-shadow: 1px 1px 3px 2px #A5EDB9; box-shadow:1px 1px 3px 2px #A5EDB9;">
Div content here
</div>
This text has color #A5EDB9 on black background.
This text has color #A5EDB9 on white background.
This text has black color on #A5EDB9 background.
This text has white color on #A5EDB9 background.
Complementary color for #hex is #5A1246.