HEX: #96DA6D
RGB: (150,218,109)
#96DA6D contains mainly green color. Web safe color of #96DA6D is #99CC66 (or #9C6).
#96DA6D color RGB value is (150,218,109).
RGB: (150,218,109)
(59%, 85%, 43%)
R 150 of 255 = 59%
G 218 of 255 = 85%
B 109 of 255 = 43%
R + G + B ~ 62%. #96DA6D is quite light color.
R + G + B = 150 + 218 + 109 = 477 (100%)
R 150 of 477 ~ 31.45%
G 218 of 477 ~ 45.7%
B 109 of 477 ~ 22.85'%
#96DA6D color CMYK value is (31,0,50,15).
CMYK: (31,0,50,15) C31M0Y50K15 (31%,0%,50%,15%) (0.31/0.00/0.50/0.15)
Color #96DA6D in popluar color models
96 | DA | 6D | |
---|---|---|---|
RGB | 150 | 218 | 109 |
HSL | 97° | 59.56% | 64.12% |
HSB/HSV | 97° | 50.00% | 85.49% |
CMYK | 31.19% | 0.00% | 50.00% |
14.51% |
Color #96DA6D in popluar number systems.
HEX | 96 | DA | 6D |
Decimal | 150 | 218 | 109 |
Binary | 10010110 | 11011010 | 1101101 |
Octal | 226 | 332 | 155 |
Shades of #96DA6D
Tints of #96DA6D
Examples of css and html codes for elements with #96DA6D color. Also use rgb(150,218,109) instead hex code.
.myTextColor { color: #96DA6D; }
<p style="color:#96DA6D">This sample text font color is #96DA6D.</p>
This text font color is #96DA6D.
.myBgColor { background-color: #96DA6D; }
<div style="background-color:#96DA6D">Inner text</div>
This div background color is #96DA6D.
.myBorderColor { border: 1px solid #96DA6D; }
<div style="border:3px solid #96DA6D">Div</div>
This div border color is #96DA6D.
.myOpacity80 { color: #96DA6D; opacity: 0.8; }
<p style="color:#96DA6D;opacity:0.8;">80%</p>
Text with #96DA6D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96DA6D;}
<p style="text-shadow: 3px 3px 1px #96DA6D">Text here.</p>
This text has shadow with #96DA6D color.
.textShadow {text-shadow: 3px 3px 1px #96DA6D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96DA6D, 5px 5px 20px red">Text here.</p>
This text has shadow with #96DA6D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96DA6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96DA6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #96DA6D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #96DA6D;
-webkit-box-shadow: 1px 1px 3px 2px #96DA6D;
box-shadow: 1px 1px 3px 2px #96DA6D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96DA6D; -webkit-box-shadow: 1px 1px 3px 2px #96DA6D; box-shadow:1px 1px 3px 2px #96DA6D;">
Div content here
</div>
This text has color #96DA6D on black background.
This text has color #96DA6D on white background.
This text has black color on #96DA6D background.
This text has white color on #96DA6D background.
Complementary color for #hex is #692592.