HEX: #A7D496
RGB: (167,212,150)
#A7D496 contains mainly red and green colors. Web safe color of #A7D496 is #99CC99 (or #9C9).
#A7D496 color RGB value is (167,212,150).
RGB: (167,212,150) (65%,83%,59%)
R 167 of 255 = 65%
G 212 of 255 = 83%
B 150 of 255 = 59%
R + G + B ~ 69%. #A7D496 is quite light color.
R + G + B =
167 + 212 + 150 = 529 (100%)
R 167 of 529 ~ 31.57%
G 212 of 529 ~ 40.08%
B 150 of 529 ~ 28.36%
#A7D496 color CMYK value is (21,0,29,17).
CMYK: (21,0,29,17) C21M0Y29K17 (21%,0%,29%,17%) (0.21/0.00/0.29/0.17)
A7 | D4 | 96 | |
---|---|---|---|
RGB | 167 | 212 | 150 |
HSL | 104° | 41.89% | 70.98% |
HSB/HSV | 104° | 29.25% | 83.14% |
CMYK | 21.23% | 0.00% | 29.25% |
16.86% |
HEX | A7 | D4 | 96 |
Decimal | 167 | 212 | 150 |
Binary | 10100111 | 11010100 | 10010110 |
Octal | 247 | 324 | 226 |
Examples of css and html codes for elements with #A7D496 color. Also use rgb(167,212,150) instead hex code.
.myTextColor { color: #A7D496; }
<p style="color:#A7D496">This sample text font color is #A7D496.</p>
This text font color is #A7D496.
.myBgColor { background-color: #A7D496; }
<div style="background-color:#A7D496">Inner text</div>
This div background color is #A7D496.
.myBorderColor { border: 1px solid #A7D496; }
<div style="border:3px solid #A7D496">Div</div>
This div border color is #A7D496.
.myOpacity80 { color: #A7D496; opacity: 0.8; }
<p style="color:#A7D496;opacity:0.8;">80%</p>
Text with #A7D496 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7D496;}
<p style="text-shadow: 3px 3px 1px #A7D496">Text here.</p>
This text has shadow with #A7D496 color.
.textShadow {text-shadow: 3px 3px 1px #A7D496, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7D496, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7D496 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7D496, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7D496, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7D496 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A7D496; -webkit-box-shadow: 1px 1px 3px 2px #A7D496; box-shadow: 1px 1px 3px 2px #A7D496; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A7D496; -webkit-box-shadow: 1px 1px 3px 2px #A7D496; box-shadow:1px 1px 3px 2px #A7D496;">
Div content here</div>
This text has color #A7D496 on black background.
This text has color #A7D496 on white background.
This text has black color on #A7D496 background.
This text has white color on #A7D496 background.