HEX: #A6D254
RGB: (166,210,84)
#A6D254 contains mainly red and green colors. Web safe color of #A6D254 is #99CC66 (or #9C6).
#A6D254 color RGB value is (166,210,84).
RGB: (166,210,84)
(65%, 82%, 33%)
R 166 of 255 = 65%
G 210 of 255 = 82%
B 84 of 255 = 33%
R + G + B ~ 60%. #A6D254 is middle color (not dark and not light).
R + G + B = 166 + 210 + 84 = 460 (100%)
R 166 of 460 ~ 36.09%
G 210 of 460 ~ 45.65%
B 84 of 460 ~ 18.26'%
#A6D254 color CMYK value is (21,0,60,18).
CMYK: (21,0,60,18)
C21M0Y60K18 (21%, 0%, 60%, 18%)
(0.21 / 0.00 / 0.60 / 0.18)
Color #A6D254 in popluar color models
A6 | D2 | 54 | |
---|---|---|---|
RGB | 166 | 210 | 84 |
HSL | 81° | 58.33% | 57.65% |
HSB/HSV | 81° | 60.00% | 82.35% |
CMYK | 20.95% | 0.00% | 60.00% |
17.65% |
Color #A6D254 in popluar number systems.
HEX | A6 | D2 | 54 |
Decimal | 166 | 210 | 84 |
Binary | 10100110 | 11010010 | 1010100 |
Octal | 246 | 322 | 124 |
Shades of #A6D254
Tints of #A6D254
Examples of css and html codes for elements with #A6D254 color. Also use rgb(166,210,84) instead hex code.
.myTextColor { color: #A6D254; }
<p style="color:#A6D254">This sample text font color is #A6D254.</p>
This text font color is #A6D254.
.myBgColor { background-color: #A6D254; }
<div style="background-color:#A6D254">Inner text</div>
This div background color is #A6D254.
.myBorderColor { border: 1px solid #A6D254; }
<div style="border:3px solid #A6D254">Div</div>
This div border color is #A6D254.
.myOpacity80 { color: #A6D254; opacity: 0.8; }
<p style="color:#A6D254;opacity:0.8;">80%</p>
Text with #A6D254 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6D254;}
<p style="text-shadow: 3px 3px 1px #A6D254">Text here.</p>
This text has shadow with #A6D254 color.
.textShadow {text-shadow: 3px 3px 1px #A6D254', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6D254, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6D254 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6D254, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6D254, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6D254 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6D254;
-webkit-box-shadow: 1px 1px 3px 2px #A6D254;
box-shadow: 1px 1px 3px 2px #A6D254;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6D254; -webkit-box-shadow: 1px 1px 3px 2px #A6D254; box-shadow:1px 1px 3px 2px #A6D254;">
Div content here
</div>
This text has color #A6D254 on black background.
This text has color #A6D254 on white background.
This text has black color on #A6D254 background.
This text has white color on #A6D254 background.
Complementary color for #hex is #592DAB.