HEX: #A7EF9D
RGB: (167,239,157)
#A7EF9D contains mainly green color. Web safe color of #A7EF9D is #99FF99 (or #9F9).
#A7EF9D color RGB value is (167,239,157).
RGB: (167,239,157)
(65%, 94%, 62%)
R 167 of 255 = 65%
G 239 of 255 = 94%
B 157 of 255 = 62%
R + G + B ~ 74%. #A7EF9D is quite light color.
R + G + B = 167 + 239 + 157 = 563 (100%)
R 167 of 563 ~ 29.66%
G 239 of 563 ~ 42.45%
B 157 of 563 ~ 27.89'%
#A7EF9D color CMYK value is (30,0,34,6).
CMYK: (30,0,34,6)
C30M0Y34K6 (30%, 0%, 34%, 6%)
(0.30 / 0.00 / 0.34 / 0.06)
Color #A7EF9D in popluar color models
A7 | EF | 9D | |
---|---|---|---|
RGB | 167 | 239 | 157 |
HSL | 113° | 71.93% | 77.65% |
HSB/HSV | 113° | 34.31% | 93.73% |
CMYK | 30.13% | 0.00% | 34.31% |
6.27% |
Color #A7EF9D in popluar number systems.
HEX | A7 | EF | 9D |
Decimal | 167 | 239 | 157 |
Binary | 10100111 | 11101111 | 10011101 |
Octal | 247 | 357 | 235 |
Shades of #A7EF9D
Tints of #A7EF9D
Examples of css and html codes for elements with #A7EF9D color. Also use rgb(167,239,157) instead hex code.
.myTextColor { color: #A7EF9D; }
<p style="color:#A7EF9D">This sample text font color is #A7EF9D.</p>
This text font color is #A7EF9D.
.myBgColor { background-color: #A7EF9D; }
<div style="background-color:#A7EF9D">Inner text</div>
This div background color is #A7EF9D.
.myBorderColor { border: 1px solid #A7EF9D; }
<div style="border:3px solid #A7EF9D">Div</div>
This div border color is #A7EF9D.
.myOpacity80 { color: #A7EF9D; opacity: 0.8; }
<p style="color:#A7EF9D;opacity:0.8;">80%</p>
Text with #A7EF9D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7EF9D;}
<p style="text-shadow: 3px 3px 1px #A7EF9D">Text here.</p>
This text has shadow with #A7EF9D color.
.textShadow {text-shadow: 3px 3px 1px #A7EF9D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7EF9D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7EF9D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7EF9D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7EF9D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7EF9D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7EF9D;
-webkit-box-shadow: 1px 1px 3px 2px #A7EF9D;
box-shadow: 1px 1px 3px 2px #A7EF9D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7EF9D; -webkit-box-shadow: 1px 1px 3px 2px #A7EF9D; box-shadow:1px 1px 3px 2px #A7EF9D;">
Div content here
</div>
This text has color #A7EF9D on black background.
This text has color #A7EF9D on white background.
This text has black color on #A7EF9D background.
This text has white color on #A7EF9D background.
Complementary color for #hex is #581062.