HEX: #95CA60
RGB: (149,202,96)
#95CA60 contains mainly red and green colors. Web safe color of #95CA60 is #99CC66 (or #9C6).
#95CA60 color RGB value is (149,202,96).
RGB: (149,202,96)
(58%, 79%, 38%)
R 149 of 255 = 58%
G 202 of 255 = 79%
B 96 of 255 = 38%
R + G + B ~ 58%. #95CA60 is middle color (not dark and not light).
R + G + B = 149 + 202 + 96 = 447 (100%)
R 149 of 447 ~ 33.33%
G 202 of 447 ~ 45.19%
B 96 of 447 ~ 21.48'%
#95CA60 color CMYK value is (26,0,52,21).
CMYK: (26,0,52,21)
C26M0Y52K21 (26%, 0%, 52%, 21%)
(0.26 / 0.00 / 0.52 / 0.21)
Color #95CA60 in popluar color models
95 | CA | 60 | |
---|---|---|---|
RGB | 149 | 202 | 96 |
HSL | 90° | 50.00% | 58.43% |
HSB/HSV | 90° | 52.48% | 79.22% |
CMYK | 26.24% | 0.00% | 52.48% |
20.78% |
Color #95CA60 in popluar number systems.
HEX | 95 | CA | 60 |
Decimal | 149 | 202 | 96 |
Binary | 10010101 | 11001010 | 1100000 |
Octal | 225 | 312 | 140 |
Shades of #95CA60
Tints of #95CA60
Examples of css and html codes for elements with #95CA60 color. Also use rgb(149,202,96) instead hex code.
.myTextColor { color: #95CA60; }
<p style="color:#95CA60">This sample text font color is #95CA60.</p>
This text font color is #95CA60.
.myBgColor { background-color: #95CA60; }
<div style="background-color:#95CA60">Inner text</div>
This div background color is #95CA60.
.myBorderColor { border: 1px solid #95CA60; }
<div style="border:3px solid #95CA60">Div</div>
This div border color is #95CA60.
.myOpacity80 { color: #95CA60; opacity: 0.8; }
<p style="color:#95CA60;opacity:0.8;">80%</p>
Text with #95CA60 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #95CA60;}
<p style="text-shadow: 3px 3px 1px #95CA60">Text here.</p>
This text has shadow with #95CA60 color.
.textShadow {text-shadow: 3px 3px 1px #95CA60', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #95CA60, 5px 5px 20px red">Text here.</p>
This text has shadow with #95CA60 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95CA60, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#95CA60, Direction=45, Strength=4)">Text</p>
This text has shadow with #95CA60 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #95CA60;
-webkit-box-shadow: 1px 1px 3px 2px #95CA60;
box-shadow: 1px 1px 3px 2px #95CA60;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95CA60; -webkit-box-shadow: 1px 1px 3px 2px #95CA60; box-shadow:1px 1px 3px 2px #95CA60;">
Div content here
</div>
This text has color #95CA60 on black background.
This text has color #95CA60 on white background.
This text has black color on #95CA60 background.
This text has white color on #95CA60 background.
Complementary color for #hex is #6A359F.