Shades of Spring Rain #9DC196
Tints of Spring Rain #9DC196
RGB
CMYK
RGB Variations
Color information
#9DC196 (or 0x9DC196) is known color: Spring Rain. HEX triplet: 9D, C1 and 96. RGB value is (157,193,150). Sum of RGB (Red+Green+Blue) = 157+193+150=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC196 is #623E69. Grayscale: #B1B1B1. Windows color (decimal): -6438506 or 9879965. OLE color: 9879965.
HSL color Cylindrical-coordinate representation of color #9DC196: hue angle of 110.23º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DC196 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 150 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.24 |
| HSL | 110.23º | 0.26% | 0.67% | - |
| HSV(B) | 110.23º | 0.22% | 0.76% | - |
| XYZ | 38.48 | 47.51 | 36 | - |
| YUV | 177.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 150 | 0.19 | 0 | 0.22 | 0.24 | 110.23 | 0.26 | 0.67 |
| Hex | 9D | C1 | 96 | 13 | 0 | 16 | 18 | 6E | 1A | 43 |
| Octal | 235 | 301 | 226 | 23 | 0 | 26 | 30 | 156 | 32 | 103 |
| Binary | 10011101 | 11000001 | 10010110 | 10011 | 0 | 10110 | 11000 | 1101110 | 11010 | 1000011 |
Color Harmonies of #9DC196
Complementary color
Monochromatic Colors of #9DC196
Black with #9DC196
Text Example
Text Example
White with #9DC196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC196; }
p { color: rgb(157,193,150); }
H1.HeaderClassName
{
color: #9DC196;
}
.AnyTagClassName
{
color: #9DC196;
}
</style>
background-color css
<style>
a { background-color: #9DC196; }
a { background-color: rgb(157,193,150); }
div.DivClassName
{
background-color: #9DC196;
}
.BgClassName
{
background-color: #9DC196;
}
</style>
border-color css
<style>
span { border-color: #9DC196; }
span { border-color: rgb(157,193,150); }
td.TdClassName
{
border-color: #9DC196;
}
.TagClassName
{
border-color: #9DC196;
}
</style>