HEX: #A7EE72
RGB: (167,238,114)
#A7EE72 contains mainly green color. Web safe color of #A7EE72 is #99FF66 (or #9F6).
#A7EE72 color RGB value is (167,238,114).
RGB: (167,238,114)
(65%, 93%, 45%)
R 167 of 255 = 65%
G 238 of 255 = 93%
B 114 of 255 = 45%
R + G + B ~ 68%. #A7EE72 is quite light color.
R + G + B = 167 + 238 + 114 = 519 (100%)
R 167 of 519 ~ 32.18%
G 238 of 519 ~ 45.86%
B 114 of 519 ~ 21.97'%
#A7EE72 color CMYK value is (30,0,52,7).
CMYK: (30,0,52,7) C30M0Y52K7 (30%,0%,52%,7%) (0.30/0.00/0.52/0.07)
Color #A7EE72 in popluar color models
A7 | EE | 72 | |
---|---|---|---|
RGB | 167 | 238 | 114 |
HSL | 94° | 78.48% | 69.02% |
HSB/HSV | 94° | 52.10% | 93.33% |
CMYK | 29.83% | 0.00% | 52.10% |
6.67% |
Color #A7EE72 in popluar number systems.
HEX | A7 | EE | 72 |
Decimal | 167 | 238 | 114 |
Binary | 10100111 | 11101110 | 1110010 |
Octal | 247 | 356 | 162 |
Shades of #A7EE72
Tints of #A7EE72
Examples of css and html codes for elements with #A7EE72 color. Also use rgb(167,238,114) instead hex code.
.myTextColor { color: #A7EE72; }
<p style="color:#A7EE72">This sample text font color is #A7EE72.</p>
This text font color is #A7EE72.
.myBgColor { background-color: #A7EE72; }
<div style="background-color:#A7EE72">Inner text</div>
This div background color is #A7EE72.
.myBorderColor { border: 1px solid #A7EE72; }
<div style="border:3px solid #A7EE72">Div</div>
This div border color is #A7EE72.
.myOpacity80 { color: #A7EE72; opacity: 0.8; }
<p style="color:#A7EE72;opacity:0.8;">80%</p>
Text with #A7EE72 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7EE72;}
<p style="text-shadow: 3px 3px 1px #A7EE72">Text here.</p>
This text has shadow with #A7EE72 color.
.textShadow {text-shadow: 3px 3px 1px #A7EE72', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7EE72, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7EE72 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7EE72, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7EE72, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7EE72 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7EE72;
-webkit-box-shadow: 1px 1px 3px 2px #A7EE72;
box-shadow: 1px 1px 3px 2px #A7EE72;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7EE72; -webkit-box-shadow: 1px 1px 3px 2px #A7EE72; box-shadow:1px 1px 3px 2px #A7EE72;">
Div content here
</div>
This text has color #A7EE72 on black background.
This text has color #A7EE72 on white background.
This text has black color on #A7EE72 background.
This text has white color on #A7EE72 background.
Complementary color for #hex is #58118D.