HEX: #A6E699
RGB: (166,230,153)
#A6E699 contains mainly green color. Web safe color of #A6E699 is #99CC99 (or #9C9).
#A6E699 color RGB value is (166,230,153).
RGB: (166,230,153)
(65%, 90%, 60%)
R 166 of 255 = 65%
G 230 of 255 = 90%
B 153 of 255 = 60%
R + G + B ~ 72%. #A6E699 is quite light color.
R + G + B = 166 + 230 + 153 = 549 (100%)
R 166 of 549 ~ 30.24%
G 230 of 549 ~ 41.89%
B 153 of 549 ~ 27.87'%
#A6E699 color CMYK value is (28,0,33,10).
CMYK: (28,0,33,10)
C28M0Y33K10 (28%, 0%, 33%, 10%)
(0.28 / 0.00 / 0.33 / 0.10)
Color #A6E699 in popluar color models
A6 | E6 | 99 | |
---|---|---|---|
RGB | 166 | 230 | 153 |
HSL | 110° | 60.63% | 75.10% |
HSB/HSV | 110° | 33.48% | 90.20% |
CMYK | 27.83% | 0.00% | 33.48% |
9.80% |
Color #A6E699 in popluar number systems.
HEX | A6 | E6 | 99 |
Decimal | 166 | 230 | 153 |
Binary | 10100110 | 11100110 | 10011001 |
Octal | 246 | 346 | 231 |
Shades of #A6E699
Tints of #A6E699
Examples of css and html codes for elements with #A6E699 color. Also use rgb(166,230,153) instead hex code.
.myTextColor { color: #A6E699; }
<p style="color:#A6E699">This sample text font color is #A6E699.</p>
This text font color is #A6E699.
.myBgColor { background-color: #A6E699; }
<div style="background-color:#A6E699">Inner text</div>
This div background color is #A6E699.
.myBorderColor { border: 1px solid #A6E699; }
<div style="border:3px solid #A6E699">Div</div>
This div border color is #A6E699.
.myOpacity80 { color: #A6E699; opacity: 0.8; }
<p style="color:#A6E699;opacity:0.8;">80%</p>
Text with #A6E699 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6E699;}
<p style="text-shadow: 3px 3px 1px #A6E699">Text here.</p>
This text has shadow with #A6E699 color.
.textShadow {text-shadow: 3px 3px 1px #A6E699', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6E699, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6E699 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6E699, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6E699, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6E699 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6E699;
-webkit-box-shadow: 1px 1px 3px 2px #A6E699;
box-shadow: 1px 1px 3px 2px #A6E699;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6E699; -webkit-box-shadow: 1px 1px 3px 2px #A6E699; box-shadow:1px 1px 3px 2px #A6E699;">
Div content here
</div>
This text has color #A6E699 on black background.
This text has color #A6E699 on white background.
This text has black color on #A6E699 background.
This text has white color on #A6E699 background.
Complementary color for #hex is #591966.