HEX: #A6E67D
RGB: (166,230,125)
#A6E67D contains mainly green color. Web safe color of #A6E67D is #99CC66 (or #9C6).
#A6E67D color RGB value is (166,230,125).
RGB: (166,230,125)
(65%, 90%, 49%)
R 166 of 255 = 65%
G 230 of 255 = 90%
B 125 of 255 = 49%
R + G + B ~ 68%. #A6E67D is quite light color.
R + G + B = 166 + 230 + 125 = 521 (100%)
R 166 of 521 ~ 31.86%
G 230 of 521 ~ 44.15%
B 125 of 521 ~ 23.99'%
#A6E67D color CMYK value is (28,0,46,10).
CMYK: (28,0,46,10)
C28M0Y46K10 (28%, 0%, 46%, 10%)
(0.28 / 0.00 / 0.46 / 0.10)
Color #A6E67D in popluar color models
A6 | E6 | 7D | |
---|---|---|---|
RGB | 166 | 230 | 125 |
HSL | 97° | 67.74% | 69.61% |
HSB/HSV | 97° | 45.65% | 90.20% |
CMYK | 27.83% | 0.00% | 45.65% |
9.80% |
Color #A6E67D in popluar number systems.
HEX | A6 | E6 | 7D |
Decimal | 166 | 230 | 125 |
Binary | 10100110 | 11100110 | 1111101 |
Octal | 246 | 346 | 175 |
Shades of #A6E67D
Tints of #A6E67D
Examples of css and html codes for elements with #A6E67D color. Also use rgb(166,230,125) instead hex code.
.myTextColor { color: #A6E67D; }
<p style="color:#A6E67D">This sample text font color is #A6E67D.</p>
This text font color is #A6E67D.
.myBgColor { background-color: #A6E67D; }
<div style="background-color:#A6E67D">Inner text</div>
This div background color is #A6E67D.
.myBorderColor { border: 1px solid #A6E67D; }
<div style="border:3px solid #A6E67D">Div</div>
This div border color is #A6E67D.
.myOpacity80 { color: #A6E67D; opacity: 0.8; }
<p style="color:#A6E67D;opacity:0.8;">80%</p>
Text with #A6E67D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6E67D;}
<p style="text-shadow: 3px 3px 1px #A6E67D">Text here.</p>
This text has shadow with #A6E67D color.
.textShadow {text-shadow: 3px 3px 1px #A6E67D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6E67D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6E67D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6E67D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6E67D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6E67D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6E67D;
-webkit-box-shadow: 1px 1px 3px 2px #A6E67D;
box-shadow: 1px 1px 3px 2px #A6E67D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6E67D; -webkit-box-shadow: 1px 1px 3px 2px #A6E67D; box-shadow:1px 1px 3px 2px #A6E67D;">
Div content here
</div>
This text has color #A6E67D on black background.
This text has color #A6E67D on white background.
This text has black color on #A6E67D background.
This text has white color on #A6E67D background.
Complementary color for #hex is #591982.