HEX: #A6E06D
RGB: (166,224,109)
#A6E06D contains mainly red and green colors. Web safe color of #A6E06D is #99CC66 (or #9C6).
#A6E06D color RGB value is (166,224,109).
RGB: (166,224,109)
(65%, 88%, 43%)
R 166 of 255 = 65%
G 224 of 255 = 88%
B 109 of 255 = 43%
R + G + B ~ 65%. #A6E06D is quite light color.
R + G + B = 166 + 224 + 109 = 499 (100%)
R 166 of 499 ~ 33.27%
G 224 of 499 ~ 44.89%
B 109 of 499 ~ 21.84'%
#A6E06D color CMYK value is (26,0,51,12).
CMYK: (26,0,51,12)
C26M0Y51K12 (26%, 0%, 51%, 12%)
(0.26 / 0.00 / 0.51 / 0.12)
Color #A6E06D in popluar color models
A6 | E0 | 6D | |
---|---|---|---|
RGB | 166 | 224 | 109 |
HSL | 90° | 64.97% | 65.29% |
HSB/HSV | 90° | 51.34% | 87.84% |
CMYK | 25.89% | 0.00% | 51.34% |
12.16% |
Color #A6E06D in popluar number systems.
HEX | A6 | E0 | 6D |
Decimal | 166 | 224 | 109 |
Binary | 10100110 | 11100000 | 1101101 |
Octal | 246 | 340 | 155 |
Shades of #A6E06D
Tints of #A6E06D
Examples of css and html codes for elements with #A6E06D color. Also use rgb(166,224,109) instead hex code.
.myTextColor { color: #A6E06D; }
<p style="color:#A6E06D">This sample text font color is #A6E06D.</p>
This text font color is #A6E06D.
.myBgColor { background-color: #A6E06D; }
<div style="background-color:#A6E06D">Inner text</div>
This div background color is #A6E06D.
.myBorderColor { border: 1px solid #A6E06D; }
<div style="border:3px solid #A6E06D">Div</div>
This div border color is #A6E06D.
.myOpacity80 { color: #A6E06D; opacity: 0.8; }
<p style="color:#A6E06D;opacity:0.8;">80%</p>
Text with #A6E06D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6E06D;}
<p style="text-shadow: 3px 3px 1px #A6E06D">Text here.</p>
This text has shadow with #A6E06D color.
.textShadow {text-shadow: 3px 3px 1px #A6E06D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6E06D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6E06D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6E06D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6E06D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6E06D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6E06D;
-webkit-box-shadow: 1px 1px 3px 2px #A6E06D;
box-shadow: 1px 1px 3px 2px #A6E06D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6E06D; -webkit-box-shadow: 1px 1px 3px 2px #A6E06D; box-shadow:1px 1px 3px 2px #A6E06D;">
Div content here
</div>
This text has color #A6E06D on black background.
This text has color #A6E06D on white background.
This text has black color on #A6E06D background.
This text has white color on #A6E06D background.
Complementary color for #hex is #591F92.