HEX: #A4E332
RGB: (164,227,50)
#A4E332 contains mainly green color. Web safe color of #A4E332 is #99CC33 (or #9C3).
#A4E332 color RGB value is (164,227,50).
RGB: (164,227,50)
(64%, 89%, 20%)
R 164 of 255 = 64%
G 227 of 255 = 89%
B 50 of 255 = 20%
R + G + B ~ 58%. #A4E332 is middle color (not dark and not light).
R + G + B = 164 + 227 + 50 = 441 (100%)
R 164 of 441 ~ 37.19%
G 227 of 441 ~ 51.47%
B 50 of 441 ~ 11.34'%
#A4E332 color CMYK value is (28,0,78,11).
CMYK: (28,0,78,11) C28M0Y78K11 (28%,0%,78%,11%) (0.28/0.00/0.78/0.11)
Color #A4E332 in popluar color models
A4 | E3 | 32 | |
---|---|---|---|
RGB | 164 | 227 | 50 |
HSL | 81° | 75.97% | 54.31% |
HSB/HSV | 81° | 77.97% | 89.02% |
CMYK | 27.75% | 0.00% | 77.97% |
10.98% |
Color #A4E332 in popluar number systems.
HEX | A4 | E3 | 32 |
Decimal | 164 | 227 | 50 |
Binary | 10100100 | 11100011 | 110010 |
Octal | 244 | 343 | 62 |
Shades of #A4E332
Tints of #A4E332
Examples of css and html codes for elements with #A4E332 color. Also use rgb(164,227,50) instead hex code.
.myTextColor { color: #A4E332; }
<p style="color:#A4E332">This sample text font color is #A4E332.</p>
This text font color is #A4E332.
.myBgColor { background-color: #A4E332; }
<div style="background-color:#A4E332">Inner text</div>
This div background color is #A4E332.
.myBorderColor { border: 1px solid #A4E332; }
<div style="border:3px solid #A4E332">Div</div>
This div border color is #A4E332.
.myOpacity80 { color: #A4E332; opacity: 0.8; }
<p style="color:#A4E332;opacity:0.8;">80%</p>
Text with #A4E332 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4E332;}
<p style="text-shadow: 3px 3px 1px #A4E332">Text here.</p>
This text has shadow with #A4E332 color.
.textShadow {text-shadow: 3px 3px 1px #A4E332', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4E332, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4E332 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4E332, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4E332, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4E332 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4E332;
-webkit-box-shadow: 1px 1px 3px 2px #A4E332;
box-shadow: 1px 1px 3px 2px #A4E332;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4E332; -webkit-box-shadow: 1px 1px 3px 2px #A4E332; box-shadow:1px 1px 3px 2px #A4E332;">
Div content here
</div>
This text has color #A4E332 on black background.
This text has color #A4E332 on white background.
This text has black color on #A4E332 background.
This text has white color on #A4E332 background.
Complementary color for #hex is #5B1CCD.