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