HEX: #9EDD73
RGB: (158,221,115)
#9EDD73 contains mainly green color. Web safe color of #9EDD73 is #99CC66 (or #9C6).
#9EDD73 color RGB value is (158,221,115).
RGB: (158,221,115) (62%,87%,45%)
R 158 of 255 = 62%
G 221 of 255 = 87%
B 115 of 255 = 45%
R + G + B ~ 65%. #9EDD73 is quite light color.
R + G + B =
158 + 221 + 115 = 494 (100%)
R 158 of 494 ~ 31.98%
G 221 of 494 ~ 44.74%
B 115 of 494 ~ 23.28%
#9EDD73 color CMYK value is (29,0,48,13).
CMYK: (29,0,48,13) C29M0Y48K13 (29%,0%,48%,13%) (0.29/0.00/0.48/0.13)
9E | DD | 73 | |
---|---|---|---|
RGB | 158 | 221 | 115 |
HSL | 96° | 60.92% | 65.88% |
HSB/HSV | 96° | 47.96% | 86.67% |
CMYK | 28.51% | 0.00% | 47.96% |
13.33% |
HEX | 9E | DD | 73 |
Decimal | 158 | 221 | 115 |
Binary | 10011110 | 11011101 | 1110011 |
Octal | 236 | 335 | 163 |
Examples of css and html codes for elements with #9EDD73 color. Also use rgb(158,221,115) instead hex code.
.myTextColor { color: #9EDD73; }
<p style="color:#9EDD73">This sample text font color is #9EDD73.</p>
This text font color is #9EDD73.
.myBgColor { background-color: #9EDD73; }
<div style="background-color:#9EDD73">Inner text</div>
This div background color is #9EDD73.
.myBorderColor { border: 1px solid #9EDD73; }
<div style="border:3px solid #9EDD73">Div</div>
This div border color is #9EDD73.
.myOpacity80 { color: #9EDD73; opacity: 0.8; }
<p style="color:#9EDD73;opacity:0.8;">80%</p>
Text with #9EDD73 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9EDD73;}
<p style="text-shadow: 3px 3px 1px #9EDD73">Text here.</p>
This text has shadow with #9EDD73 color.
.textShadow {text-shadow: 3px 3px 1px #9EDD73, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9EDD73, 5px 5px 20px red">Text here.</p>
This text has shadow with #9EDD73 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9EDD73, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9EDD73, Direction=45, Strength=4)">Text</p>
This text has shadow with #9EDD73 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9EDD73; -webkit-box-shadow: 1px 1px 3px 2px #9EDD73; box-shadow: 1px 1px 3px 2px #9EDD73; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9EDD73; -webkit-box-shadow: 1px 1px 3px 2px #9EDD73; box-shadow:1px 1px 3px 2px #9EDD73;">
Div content here</div>
This text has color #9EDD73 on black background.
This text has color #9EDD73 on white background.
This text has black color on #9EDD73 background.
This text has white color on #9EDD73 background.