HEX: #A6C295
RGB: (166,194,149)
#A6C295 contains red, green and blue colors in about the same proportion. Web safe color of #A6C295 is #99CC99 (or #9C9).
#A6C295 color RGB value is (166,194,149).
RGB: (166,194,149)
(65%, 76%, 58%)
R 166 of 255 = 65%
G 194 of 255 = 76%
B 149 of 255 = 58%
R + G + B ~ 66%. #A6C295 is quite light color.
R + G + B = 166 + 194 + 149 = 509 (100%)
R 166 of 509 ~ 32.61%
G 194 of 509 ~ 38.11%
B 149 of 509 ~ 29.27'%
#A6C295 color CMYK value is (14,0,23,24).
CMYK: (14,0,23,24) C14M0Y23K24 (14%,0%,23%,24%) (0.14/0.00/0.23/0.24)
Color #A6C295 in popluar color models
A6 | C2 | 95 | |
---|---|---|---|
RGB | 166 | 194 | 149 |
HSL | 97° | 26.95% | 67.25% |
HSB/HSV | 97° | 23.20% | 76.08% |
CMYK | 14.43% | 0.00% | 23.20% |
23.92% |
Color #A6C295 in popluar number systems.
HEX | A6 | C2 | 95 |
Decimal | 166 | 194 | 149 |
Binary | 10100110 | 11000010 | 10010101 |
Octal | 246 | 302 | 225 |
Shades of #A6C295
Tints of #A6C295
Examples of css and html codes for elements with #A6C295 color. Also use rgb(166,194,149) instead hex code.
.myTextColor { color: #A6C295; }
<p style="color:#A6C295">This sample text font color is #A6C295.</p>
This text font color is #A6C295.
.myBgColor { background-color: #A6C295; }
<div style="background-color:#A6C295">Inner text</div>
This div background color is #A6C295.
.myBorderColor { border: 1px solid #A6C295; }
<div style="border:3px solid #A6C295">Div</div>
This div border color is #A6C295.
.myOpacity80 { color: #A6C295; opacity: 0.8; }
<p style="color:#A6C295;opacity:0.8;">80%</p>
Text with #A6C295 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6C295;}
<p style="text-shadow: 3px 3px 1px #A6C295">Text here.</p>
This text has shadow with #A6C295 color.
.textShadow {text-shadow: 3px 3px 1px #A6C295', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6C295, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6C295 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6C295, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6C295, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6C295 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6C295;
-webkit-box-shadow: 1px 1px 3px 2px #A6C295;
box-shadow: 1px 1px 3px 2px #A6C295;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6C295; -webkit-box-shadow: 1px 1px 3px 2px #A6C295; box-shadow:1px 1px 3px 2px #A6C295;">
Div content here
</div>
This text has color #A6C295 on black background.
This text has color #A6C295 on white background.
This text has black color on #A6C295 background.
This text has white color on #A6C295 background.
Complementary color for #hex is #593D6A.