HEX: #A7D495
RGB: (167,212,149)
#A7D495 contains mainly red and green colors. Web safe color of #A7D495 is #99CC99 (or #9C9).
#A7D495 color RGB value is (167,212,149).
RGB: (167,212,149)
(65%, 83%, 58%)
R 167 of 255 = 65%
G 212 of 255 = 83%
B 149 of 255 = 58%
R + G + B ~ 69%. #A7D495 is quite light color.
R + G + B = 167 + 212 + 149 = 528 (100%)
R 167 of 528 ~ 31.63%
G 212 of 528 ~ 40.15%
B 149 of 528 ~ 28.22'%
#A7D495 color CMYK value is (21,0,30,17).
CMYK: (21,0,30,17)
C21M0Y30K17 (21%, 0%, 30%, 17%)
(0.21 / 0.00 / 0.30 / 0.17)
Color #A7D495 in popluar color models
A7 | D4 | 95 | |
---|---|---|---|
RGB | 167 | 212 | 149 |
HSL | 103° | 42.28% | 70.78% |
HSB/HSV | 103° | 29.72% | 83.14% |
CMYK | 21.23% | 0.00% | 29.72% |
16.86% |
Color #A7D495 in popluar number systems.
HEX | A7 | D4 | 95 |
Decimal | 167 | 212 | 149 |
Binary | 10100111 | 11010100 | 10010101 |
Octal | 247 | 324 | 225 |
Shades of #A7D495
Tints of #A7D495
Examples of css and html codes for elements with #A7D495 color. Also use rgb(167,212,149) instead hex code.
.myTextColor { color: #A7D495; }
<p style="color:#A7D495">This sample text font color is #A7D495.</p>
This text font color is #A7D495.
.myBgColor { background-color: #A7D495; }
<div style="background-color:#A7D495">Inner text</div>
This div background color is #A7D495.
.myBorderColor { border: 1px solid #A7D495; }
<div style="border:3px solid #A7D495">Div</div>
This div border color is #A7D495.
.myOpacity80 { color: #A7D495; opacity: 0.8; }
<p style="color:#A7D495;opacity:0.8;">80%</p>
Text with #A7D495 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7D495;}
<p style="text-shadow: 3px 3px 1px #A7D495">Text here.</p>
This text has shadow with #A7D495 color.
.textShadow {text-shadow: 3px 3px 1px #A7D495', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7D495, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7D495 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7D495, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7D495, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7D495 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7D495;
-webkit-box-shadow: 1px 1px 3px 2px #A7D495;
box-shadow: 1px 1px 3px 2px #A7D495;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7D495; -webkit-box-shadow: 1px 1px 3px 2px #A7D495; box-shadow:1px 1px 3px 2px #A7D495;">
Div content here
</div>
This text has color #A7D495 on black background.
This text has color #A7D495 on white background.
This text has black color on #A7D495 background.
This text has white color on #A7D495 background.
Complementary color for #hex is #582B6A.