Shades of Spring Rain #9DC595
Tints of Spring Rain #9DC595
RGB
CMYK
RGB Variations
Color information
#9DC595 (or 0x9DC595) is known color: Spring Rain. HEX triplet: 9D, C5 and 95. RGB value is (157,197,149). Sum of RGB (Red+Green+Blue) = 157+197+149=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC595 is #623A6A. Grayscale: #B3B3B3. Windows color (decimal): -6437483 or 9815453. OLE color: 9815453.
HSL color Cylindrical-coordinate representation of color #9DC595: hue angle of 110º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DC595 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 149 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.23 |
| HSL | 110º | 0.29% | 0.68% | - |
| HSV(B) | 110º | 0.24% | 0.77% | - |
| XYZ | 39.3 | 49.27 | 35.87 | - |
| YUV | 179.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 149 | 0.20 | 0 | 0.24 | 0.23 | 110 | 0.29 | 0.68 |
| Hex | 9D | C5 | 95 | 14 | 0 | 18 | 17 | 6E | 1D | 44 |
| Octal | 235 | 305 | 225 | 24 | 0 | 30 | 27 | 156 | 35 | 104 |
| Binary | 10011101 | 11000101 | 10010101 | 10100 | 0 | 11000 | 10111 | 1101110 | 11101 | 1000100 |
Color Harmonies of #9DC595
Complementary color
Monochromatic Colors of #9DC595
Black with #9DC595
Text Example
Text Example
White with #9DC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC595; }
p { color: rgb(157,197,149); }
H1.HeaderClassName
{
color: #9DC595;
}
.AnyTagClassName
{
color: #9DC595;
}
</style>
background-color css
<style>
a { background-color: #9DC595; }
a { background-color: rgb(157,197,149); }
div.DivClassName
{
background-color: #9DC595;
}
.BgClassName
{
background-color: #9DC595;
}
</style>
border-color css
<style>
span { border-color: #9DC595; }
span { border-color: rgb(157,197,149); }
td.TdClassName
{
border-color: #9DC595;
}
.TagClassName
{
border-color: #9DC595;
}
</style>