HEX: #96E591
RGB: (150,229,145)
#96E591 contains mainly green color. Web safe color of #96E591 is #99CC99 (or #9C9).
#96E591 color RGB value is (150,229,145).
RGB: (150,229,145)
(59%, 90%, 57%)
R 150 of 255 = 59%
G 229 of 255 = 90%
B 145 of 255 = 57%
R + G + B ~ 69%. #96E591 is quite light color.
R + G + B = 150 + 229 + 145 = 524 (100%)
R 150 of 524 ~ 28.63%
G 229 of 524 ~ 43.7%
B 145 of 524 ~ 27.67'%
#96E591 color CMYK value is (34,0,37,10).
CMYK: (34,0,37,10)
C34M0Y37K10 (34%, 0%, 37%, 10%)
(0.34 / 0.00 / 0.37 / 0.10)
Color #96E591 in popluar color models
96 | E5 | 91 | |
---|---|---|---|
RGB | 150 | 229 | 145 |
HSL | 116° | 61.76% | 73.33% |
HSB/HSV | 116° | 36.68% | 89.80% |
CMYK | 34.50% | 0.00% | 36.68% |
10.20% |
Color #96E591 in popluar number systems.
HEX | 96 | E5 | 91 |
Decimal | 150 | 229 | 145 |
Binary | 10010110 | 11100101 | 10010001 |
Octal | 226 | 345 | 221 |
Shades of #96E591
Tints of #96E591
Examples of css and html codes for elements with #96E591 color. Also use rgb(150,229,145) instead hex code.
.myTextColor { color: #96E591; }
<p style="color:#96E591">This sample text font color is #96E591.</p>
This text font color is #96E591.
.myBgColor { background-color: #96E591; }
<div style="background-color:#96E591">Inner text</div>
This div background color is #96E591.
.myBorderColor { border: 1px solid #96E591; }
<div style="border:3px solid #96E591">Div</div>
This div border color is #96E591.
.myOpacity80 { color: #96E591; opacity: 0.8; }
<p style="color:#96E591;opacity:0.8;">80%</p>
Text with #96E591 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96E591;}
<p style="text-shadow: 3px 3px 1px #96E591">Text here.</p>
This text has shadow with #96E591 color.
.textShadow {text-shadow: 3px 3px 1px #96E591', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96E591, 5px 5px 20px red">Text here.</p>
This text has shadow with #96E591 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96E591, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96E591, Direction=45, Strength=4)">Text</p>
This text has shadow with #96E591 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #96E591;
-webkit-box-shadow: 1px 1px 3px 2px #96E591;
box-shadow: 1px 1px 3px 2px #96E591;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96E591; -webkit-box-shadow: 1px 1px 3px 2px #96E591; box-shadow:1px 1px 3px 2px #96E591;">
Div content here
</div>
This text has color #96E591 on black background.
This text has color #96E591 on white background.
This text has black color on #96E591 background.
This text has white color on #96E591 background.
Complementary color for #hex is #691A6E.