HEX: #96D079
RGB: (150,208,121)
#96D079 contains mainly red and green colors. Web safe color of #96D079 is #99CC66 (or #9C6).
#96D079 color RGB value is (150,208,121).
RGB: (150,208,121)
(59%, 82%, 47%)
R 150 of 255 = 59%
G 208 of 255 = 82%
B 121 of 255 = 47%
R + G + B ~ 63%. #96D079 is quite light color.
R + G + B = 150 + 208 + 121 = 479 (100%)
R 150 of 479 ~ 31.32%
G 208 of 479 ~ 43.42%
B 121 of 479 ~ 25.26'%
#96D079 color CMYK value is (28,0,42,18).
CMYK: (28,0,42,18)
C28M0Y42K18 (28%, 0%, 42%, 18%)
(0.28 / 0.00 / 0.42 / 0.18)
Color #96D079 in popluar color models
96 | D0 | 79 | |
---|---|---|---|
RGB | 150 | 208 | 121 |
HSL | 100° | 48.07% | 64.51% |
HSB/HSV | 100° | 41.83% | 81.57% |
CMYK | 27.88% | 0.00% | 41.83% |
18.43% |
Color #96D079 in popluar number systems.
HEX | 96 | D0 | 79 |
Decimal | 150 | 208 | 121 |
Binary | 10010110 | 11010000 | 1111001 |
Octal | 226 | 320 | 171 |
Shades of #96D079
Tints of #96D079
Examples of css and html codes for elements with #96D079 color. Also use rgb(150,208,121) instead hex code.
.myTextColor { color: #96D079; }
<p style="color:#96D079">This sample text font color is #96D079.</p>
This text font color is #96D079.
.myBgColor { background-color: #96D079; }
<div style="background-color:#96D079">Inner text</div>
This div background color is #96D079.
.myBorderColor { border: 1px solid #96D079; }
<div style="border:3px solid #96D079">Div</div>
This div border color is #96D079.
.myOpacity80 { color: #96D079; opacity: 0.8; }
<p style="color:#96D079;opacity:0.8;">80%</p>
Text with #96D079 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96D079;}
<p style="text-shadow: 3px 3px 1px #96D079">Text here.</p>
This text has shadow with #96D079 color.
.textShadow {text-shadow: 3px 3px 1px #96D079', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96D079, 5px 5px 20px red">Text here.</p>
This text has shadow with #96D079 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96D079, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96D079, Direction=45, Strength=4)">Text</p>
This text has shadow with #96D079 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #96D079;
-webkit-box-shadow: 1px 1px 3px 2px #96D079;
box-shadow: 1px 1px 3px 2px #96D079;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96D079; -webkit-box-shadow: 1px 1px 3px 2px #96D079; box-shadow:1px 1px 3px 2px #96D079;">
Div content here
</div>
This text has color #96D079 on black background.
This text has color #96D079 on white background.
This text has black color on #96D079 background.
This text has white color on #96D079 background.
Complementary color for #hex is #692F86.