HEX: #96D689
RGB: (150,214,137)
#96D689 contains mainly green color. Web safe color of #96D689 is #99CC99 (or #9C9).
#96D689 color RGB value is (150,214,137).
RGB: (150,214,137)
(59%, 84%, 54%)
R 150 of 255 = 59%
G 214 of 255 = 84%
B 137 of 255 = 54%
R + G + B ~ 66%. #96D689 is quite light color.
R + G + B = 150 + 214 + 137 = 501 (100%)
R 150 of 501 ~ 29.94%
G 214 of 501 ~ 42.71%
B 137 of 501 ~ 27.35'%
#96D689 color CMYK value is (30,0,36,16).
CMYK: (30,0,36,16)
C30M0Y36K16 (30%, 0%, 36%, 16%)
(0.30 / 0.00 / 0.36 / 0.16)
Color #96D689 in popluar color models
96 | D6 | 89 | |
---|---|---|---|
RGB | 150 | 214 | 137 |
HSL | 110° | 48.43% | 68.82% |
HSB/HSV | 110° | 35.98% | 83.92% |
CMYK | 29.91% | 0.00% | 35.98% |
16.08% |
Color #96D689 in popluar number systems.
HEX | 96 | D6 | 89 |
Decimal | 150 | 214 | 137 |
Binary | 10010110 | 11010110 | 10001001 |
Octal | 226 | 326 | 211 |
Shades of #96D689
Tints of #96D689
Examples of css and html codes for elements with #96D689 color. Also use rgb(150,214,137) instead hex code.
.myTextColor { color: #96D689; }
<p style="color:#96D689">This sample text font color is #96D689.</p>
This text font color is #96D689.
.myBgColor { background-color: #96D689; }
<div style="background-color:#96D689">Inner text</div>
This div background color is #96D689.
.myBorderColor { border: 1px solid #96D689; }
<div style="border:3px solid #96D689">Div</div>
This div border color is #96D689.
.myOpacity80 { color: #96D689; opacity: 0.8; }
<p style="color:#96D689;opacity:0.8;">80%</p>
Text with #96D689 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96D689;}
<p style="text-shadow: 3px 3px 1px #96D689">Text here.</p>
This text has shadow with #96D689 color.
.textShadow {text-shadow: 3px 3px 1px #96D689', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96D689, 5px 5px 20px red">Text here.</p>
This text has shadow with #96D689 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96D689, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96D689, Direction=45, Strength=4)">Text</p>
This text has shadow with #96D689 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #96D689;
-webkit-box-shadow: 1px 1px 3px 2px #96D689;
box-shadow: 1px 1px 3px 2px #96D689;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96D689; -webkit-box-shadow: 1px 1px 3px 2px #96D689; box-shadow:1px 1px 3px 2px #96D689;">
Div content here
</div>
This text has color #96D689 on black background.
This text has color #96D689 on white background.
This text has black color on #96D689 background.
This text has white color on #96D689 background.
Complementary color for #hex is #692976.