Shades of Spring Rain #9DC496
Tints of Spring Rain #9DC496
RGB
CMYK
RGB Variations
Color information
#9DC496 (or 0x9DC496) is known color: Spring Rain. HEX triplet: 9D, C4 and 96. RGB value is (157,196,150). Sum of RGB (Red+Green+Blue) = 157+196+150=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC496 is #623B69. Grayscale: #B3B3B3. Windows color (decimal): -6437738 or 9880733. OLE color: 9880733.
HSL color Cylindrical-coordinate representation of color #9DC496: hue angle of 110.87º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DC496 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 150 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.23 |
| HSL | 110.87º | 0.28% | 0.68% | - |
| HSV(B) | 110.87º | 0.23% | 0.77% | - |
| XYZ | 39.15 | 48.85 | 36.22 | - |
| YUV | 179.1 | 111.58 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 150 | 0.20 | 0 | 0.23 | 0.23 | 110.87 | 0.28 | 0.68 |
| Hex | 9D | C4 | 96 | 14 | 0 | 17 | 17 | 6F | 1C | 44 |
| Octal | 235 | 304 | 226 | 24 | 0 | 27 | 27 | 157 | 34 | 104 |
| Binary | 10011101 | 11000100 | 10010110 | 10100 | 0 | 10111 | 10111 | 1101111 | 11100 | 1000100 |
Color Harmonies of #9DC496
Complementary color
Monochromatic Colors of #9DC496
Black with #9DC496
Text Example
Text Example
White with #9DC496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC496; }
p { color: rgb(157,196,150); }
H1.HeaderClassName
{
color: #9DC496;
}
.AnyTagClassName
{
color: #9DC496;
}
</style>
background-color css
<style>
a { background-color: #9DC496; }
a { background-color: rgb(157,196,150); }
div.DivClassName
{
background-color: #9DC496;
}
.BgClassName
{
background-color: #9DC496;
}
</style>
border-color css
<style>
span { border-color: #9DC496; }
span { border-color: rgb(157,196,150); }
td.TdClassName
{
border-color: #9DC496;
}
.TagClassName
{
border-color: #9DC496;
}
</style>