HEX: #A5D7AC
RGB: (165,215,172)
#A5D7AC contains red, green and blue colors in about the same proportion. Web safe color of #A5D7AC is #99CC99 (or #9C9).
#A5D7AC color RGB value is (165,215,172).
RGB: (165,215,172)
(65%, 84%, 67%)
R 165 of 255 = 65%
G 215 of 255 = 84%
B 172 of 255 = 67%
R + G + B ~ 72%. #A5D7AC is quite light color.
R + G + B = 165 + 215 + 172 = 552 (100%)
R 165 of 552 ~ 29.89%
G 215 of 552 ~ 38.95%
B 172 of 552 ~ 31.16'%
#A5D7AC color CMYK value is (23,0,20,16).
CMYK: (23,0,20,16)
C23M0Y20K16 (23%, 0%, 20%, 16%)
(0.23 / 0.00 / 0.20 / 0.16)
Color #A5D7AC in popluar color models
A5 | D7 | AC | |
---|---|---|---|
RGB | 165 | 215 | 172 |
HSL | 128° | 38.46% | 74.51% |
HSB/HSV | 128° | 23.26% | 84.31% |
CMYK | 23.26% | 0.00% | 20.00% |
15.69% |
Color #A5D7AC in popluar number systems.
HEX | A5 | D7 | AC |
Decimal | 165 | 215 | 172 |
Binary | 10100101 | 11010111 | 10101100 |
Octal | 245 | 327 | 254 |
Shades of #A5D7AC
Tints of #A5D7AC
Examples of css and html codes for elements with #A5D7AC color. Also use rgb(165,215,172) instead hex code.
.myTextColor { color: #A5D7AC; }
<p style="color:#A5D7AC">This sample text font color is #A5D7AC.</p>
This text font color is #A5D7AC.
.myBgColor { background-color: #A5D7AC; }
<div style="background-color:#A5D7AC">Inner text</div>
This div background color is #A5D7AC.
.myBorderColor { border: 1px solid #A5D7AC; }
<div style="border:3px solid #A5D7AC">Div</div>
This div border color is #A5D7AC.
.myOpacity80 { color: #A5D7AC; opacity: 0.8; }
<p style="color:#A5D7AC;opacity:0.8;">80%</p>
Text with #A5D7AC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5D7AC;}
<p style="text-shadow: 3px 3px 1px #A5D7AC">Text here.</p>
This text has shadow with #A5D7AC color.
.textShadow {text-shadow: 3px 3px 1px #A5D7AC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5D7AC, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5D7AC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5D7AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5D7AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5D7AC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5D7AC;
-webkit-box-shadow: 1px 1px 3px 2px #A5D7AC;
box-shadow: 1px 1px 3px 2px #A5D7AC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5D7AC; -webkit-box-shadow: 1px 1px 3px 2px #A5D7AC; box-shadow:1px 1px 3px 2px #A5D7AC;">
Div content here
</div>
This text has color #A5D7AC on black background.
This text has color #A5D7AC on white background.
This text has black color on #A5D7AC background.
This text has white color on #A5D7AC background.
Complementary color for #hex is #5A2853.