HEX: #A6C589
RGB: (166,197,137)
#A6C589 contains mainly red and green colors. Web safe color of #A6C589 is #99CC99 (or #9C9).
#A6C589 color RGB value is (166,197,137).
RGB: (166,197,137)
(65%, 77%, 54%)
R 166 of 255 = 65%
G 197 of 255 = 77%
B 137 of 255 = 54%
R + G + B ~ 65%. #A6C589 is quite light color.
R + G + B = 166 + 197 + 137 = 500 (100%)
R 166 of 500 ~ 33.2%
G 197 of 500 ~ 39.4%
B 137 of 500 ~ 27.4'%
#A6C589 color CMYK value is (16,0,30,23).
CMYK: (16,0,30,23) C16M0Y30K23 (16%,0%,30%,23%) (0.16/0.00/0.30/0.23)
Color #A6C589 in popluar color models
A6 | C5 | 89 | |
---|---|---|---|
RGB | 166 | 197 | 137 |
HSL | 91° | 34.09% | 65.49% |
HSB/HSV | 91° | 30.46% | 77.25% |
CMYK | 15.74% | 0.00% | 30.46% |
22.75% |
Color #A6C589 in popluar number systems.
HEX | A6 | C5 | 89 |
Decimal | 166 | 197 | 137 |
Binary | 10100110 | 11000101 | 10001001 |
Octal | 246 | 305 | 211 |
Shades of #A6C589
Tints of #A6C589
Examples of css and html codes for elements with #A6C589 color. Also use rgb(166,197,137) instead hex code.
.myTextColor { color: #A6C589; }
<p style="color:#A6C589">This sample text font color is #A6C589.</p>
This text font color is #A6C589.
.myBgColor { background-color: #A6C589; }
<div style="background-color:#A6C589">Inner text</div>
This div background color is #A6C589.
.myBorderColor { border: 1px solid #A6C589; }
<div style="border:3px solid #A6C589">Div</div>
This div border color is #A6C589.
.myOpacity80 { color: #A6C589; opacity: 0.8; }
<p style="color:#A6C589;opacity:0.8;">80%</p>
Text with #A6C589 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6C589;}
<p style="text-shadow: 3px 3px 1px #A6C589">Text here.</p>
This text has shadow with #A6C589 color.
.textShadow {text-shadow: 3px 3px 1px #A6C589', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6C589, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6C589 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6C589, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6C589, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6C589 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6C589;
-webkit-box-shadow: 1px 1px 3px 2px #A6C589;
box-shadow: 1px 1px 3px 2px #A6C589;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6C589; -webkit-box-shadow: 1px 1px 3px 2px #A6C589; box-shadow:1px 1px 3px 2px #A6C589;">
Div content here
</div>
This text has color #A6C589 on black background.
This text has color #A6C589 on white background.
This text has black color on #A6C589 background.
This text has white color on #A6C589 background.
Complementary color for #hex is #593A76.