HEX: #A4EB8C
RGB: (164,235,140)
#A4EB8C contains mainly green color. Web safe color of #A4EB8C is #99FF99 (or #9F9).
#A4EB8C color RGB value is (164,235,140).
RGB: (164,235,140)
(64%, 92%, 55%)
R 164 of 255 = 64%
G 235 of 255 = 92%
B 140 of 255 = 55%
R + G + B ~ 70%. #A4EB8C is quite light color.
R + G + B = 164 + 235 + 140 = 539 (100%)
R 164 of 539 ~ 30.43%
G 235 of 539 ~ 43.6%
B 140 of 539 ~ 25.97'%
#A4EB8C color CMYK value is (30,0,40,8).
CMYK: (30,0,40,8)
C30M0Y40K8 (30%, 0%, 40%, 8%)
(0.30 / 0.00 / 0.40 / 0.08)
Color #A4EB8C in popluar color models
A4 | EB | 8C | |
---|---|---|---|
RGB | 164 | 235 | 140 |
HSL | 105° | 70.37% | 73.53% |
HSB/HSV | 105° | 40.43% | 92.16% |
CMYK | 30.21% | 0.00% | 40.43% |
7.84% |
Color #A4EB8C in popluar number systems.
HEX | A4 | EB | 8C |
Decimal | 164 | 235 | 140 |
Binary | 10100100 | 11101011 | 10001100 |
Octal | 244 | 353 | 214 |
Shades of #A4EB8C
Tints of #A4EB8C
Examples of css and html codes for elements with #A4EB8C color. Also use rgb(164,235,140) instead hex code.
.myTextColor { color: #A4EB8C; }
<p style="color:#A4EB8C">This sample text font color is #A4EB8C.</p>
This text font color is #A4EB8C.
.myBgColor { background-color: #A4EB8C; }
<div style="background-color:#A4EB8C">Inner text</div>
This div background color is #A4EB8C.
.myBorderColor { border: 1px solid #A4EB8C; }
<div style="border:3px solid #A4EB8C">Div</div>
This div border color is #A4EB8C.
.myOpacity80 { color: #A4EB8C; opacity: 0.8; }
<p style="color:#A4EB8C;opacity:0.8;">80%</p>
Text with #A4EB8C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4EB8C;}
<p style="text-shadow: 3px 3px 1px #A4EB8C">Text here.</p>
This text has shadow with #A4EB8C color.
.textShadow {text-shadow: 3px 3px 1px #A4EB8C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4EB8C, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4EB8C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4EB8C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4EB8C, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4EB8C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4EB8C;
-webkit-box-shadow: 1px 1px 3px 2px #A4EB8C;
box-shadow: 1px 1px 3px 2px #A4EB8C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4EB8C; -webkit-box-shadow: 1px 1px 3px 2px #A4EB8C; box-shadow:1px 1px 3px 2px #A4EB8C;">
Div content here
</div>
This text has color #A4EB8C on black background.
This text has color #A4EB8C on white background.
This text has black color on #A4EB8C background.
This text has white color on #A4EB8C background.
Complementary color for #hex is #5B1473.