HEX: #A4E963
RGB: (164,233,99)
#A4E963 contains mainly green color. Web safe color of #A4E963 is #99FF66 (or #9F6).
#A4E963 color RGB value is (164,233,99).
RGB: (164,233,99)
(64%, 91%, 39%)
R 164 of 255 = 64%
G 233 of 255 = 91%
B 99 of 255 = 39%
R + G + B ~ 65%. #A4E963 is quite light color.
R + G + B = 164 + 233 + 99 = 496 (100%)
R 164 of 496 ~ 33.06%
G 233 of 496 ~ 46.98%
B 99 of 496 ~ 19.96'%
#A4E963 color CMYK value is (30,0,58,9).
CMYK: (30,0,58,9)
C30M0Y58K9 (30%, 0%, 58%, 9%)
(0.30 / 0.00 / 0.58 / 0.09)
Color #A4E963 in popluar color models
A4 | E9 | 63 | |
---|---|---|---|
RGB | 164 | 233 | 99 |
HSL | 91° | 75.28% | 65.10% |
HSB/HSV | 91° | 57.51% | 91.37% |
CMYK | 29.61% | 0.00% | 57.51% |
8.63% |
Color #A4E963 in popluar number systems.
HEX | A4 | E9 | 63 |
Decimal | 164 | 233 | 99 |
Binary | 10100100 | 11101001 | 1100011 |
Octal | 244 | 351 | 143 |
Shades of #A4E963
Tints of #A4E963
Examples of css and html codes for elements with #A4E963 color. Also use rgb(164,233,99) instead hex code.
.myTextColor { color: #A4E963; }
<p style="color:#A4E963">This sample text font color is #A4E963.</p>
This text font color is #A4E963.
.myBgColor { background-color: #A4E963; }
<div style="background-color:#A4E963">Inner text</div>
This div background color is #A4E963.
.myBorderColor { border: 1px solid #A4E963; }
<div style="border:3px solid #A4E963">Div</div>
This div border color is #A4E963.
.myOpacity80 { color: #A4E963; opacity: 0.8; }
<p style="color:#A4E963;opacity:0.8;">80%</p>
Text with #A4E963 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4E963;}
<p style="text-shadow: 3px 3px 1px #A4E963">Text here.</p>
This text has shadow with #A4E963 color.
.textShadow {text-shadow: 3px 3px 1px #A4E963', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4E963, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4E963 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4E963, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4E963, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4E963 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4E963;
-webkit-box-shadow: 1px 1px 3px 2px #A4E963;
box-shadow: 1px 1px 3px 2px #A4E963;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4E963; -webkit-box-shadow: 1px 1px 3px 2px #A4E963; box-shadow:1px 1px 3px 2px #A4E963;">
Div content here
</div>
This text has color #A4E963 on black background.
This text has color #A4E963 on white background.
This text has black color on #A4E963 background.
This text has white color on #A4E963 background.
Complementary color for #hex is #5B169C.