HEX: #A5C896
RGB: (165,200,150)
#A5C896 contains red, green and blue colors in about the same proportion. Web safe color of #A5C896 is #99CC99 (or #9C9).
#A5C896 color RGB value is (165,200,150).
RGB: (165,200,150)
(65%, 78%, 59%)
R 165 of 255 = 65%
G 200 of 255 = 78%
B 150 of 255 = 59%
R + G + B ~ 67%. #A5C896 is quite light color.
R + G + B = 165 + 200 + 150 = 515 (100%)
R 165 of 515 ~ 32.04%
G 200 of 515 ~ 38.83%
B 150 of 515 ~ 29.13'%
#A5C896 color CMYK value is (18,0,25,22).
CMYK: (18,0,25,22) C18M0Y25K22 (18%,0%,25%,22%) (0.18/0.00/0.25/0.22)
Color #A5C896 in popluar color models
A5 | C8 | 96 | |
---|---|---|---|
RGB | 165 | 200 | 150 |
HSL | 102° | 31.25% | 68.63% |
HSB/HSV | 102° | 25.00% | 78.43% |
CMYK | 17.50% | 0.00% | 25.00% |
21.57% |
Color #A5C896 in popluar number systems.
HEX | A5 | C8 | 96 |
Decimal | 165 | 200 | 150 |
Binary | 10100101 | 11001000 | 10010110 |
Octal | 245 | 310 | 226 |
Shades of #A5C896
Tints of #A5C896
Examples of css and html codes for elements with #A5C896 color. Also use rgb(165,200,150) instead hex code.
.myTextColor { color: #A5C896; }
<p style="color:#A5C896">This sample text font color is #A5C896.</p>
This text font color is #A5C896.
.myBgColor { background-color: #A5C896; }
<div style="background-color:#A5C896">Inner text</div>
This div background color is #A5C896.
.myBorderColor { border: 1px solid #A5C896; }
<div style="border:3px solid #A5C896">Div</div>
This div border color is #A5C896.
.myOpacity80 { color: #A5C896; opacity: 0.8; }
<p style="color:#A5C896;opacity:0.8;">80%</p>
Text with #A5C896 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5C896;}
<p style="text-shadow: 3px 3px 1px #A5C896">Text here.</p>
This text has shadow with #A5C896 color.
.textShadow {text-shadow: 3px 3px 1px #A5C896', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5C896, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5C896 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5C896, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5C896, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5C896 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5C896;
-webkit-box-shadow: 1px 1px 3px 2px #A5C896;
box-shadow: 1px 1px 3px 2px #A5C896;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5C896; -webkit-box-shadow: 1px 1px 3px 2px #A5C896; box-shadow:1px 1px 3px 2px #A5C896;">
Div content here
</div>
This text has color #A5C896 on black background.
This text has color #A5C896 on white background.
This text has black color on #A5C896 background.
This text has white color on #A5C896 background.
Complementary color for #hex is #5A3769.