Shades of Spring Rain #9DC296
Tints of Spring Rain #9DC296
RGB
CMYK
RGB Variations
Color information
#9DC296 (or 0x9DC296) is known color: Spring Rain. HEX triplet: 9D, C2 and 96. RGB value is (157,194,150). Sum of RGB (Red+Green+Blue) = 157+194+150=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC296 is #623D69. Grayscale: #B2B2B2. Windows color (decimal): -6438250 or 9880221. OLE color: 9880221.
HSL color Cylindrical-coordinate representation of color #9DC296: hue angle of 110.45º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DC296 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 150 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.24 |
| HSL | 110.45º | 0.27% | 0.67% | - |
| HSV(B) | 110.45º | 0.23% | 0.76% | - |
| XYZ | 38.7 | 47.95 | 36.07 | - |
| YUV | 177.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 150 | 0.19 | 0 | 0.23 | 0.24 | 110.45 | 0.27 | 0.67 |
| Hex | 9D | C2 | 96 | 13 | 0 | 17 | 18 | 6E | 1B | 43 |
| Octal | 235 | 302 | 226 | 23 | 0 | 27 | 30 | 156 | 33 | 103 |
| Binary | 10011101 | 11000010 | 10010110 | 10011 | 0 | 10111 | 11000 | 1101110 | 11011 | 1000011 |
Color Harmonies of #9DC296
Complementary color
Monochromatic Colors of #9DC296
Black with #9DC296
Text Example
Text Example
White with #9DC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC296; }
p { color: rgb(157,194,150); }
H1.HeaderClassName
{
color: #9DC296;
}
.AnyTagClassName
{
color: #9DC296;
}
</style>
background-color css
<style>
a { background-color: #9DC296; }
a { background-color: rgb(157,194,150); }
div.DivClassName
{
background-color: #9DC296;
}
.BgClassName
{
background-color: #9DC296;
}
</style>
border-color css
<style>
span { border-color: #9DC296; }
span { border-color: rgb(157,194,150); }
td.TdClassName
{
border-color: #9DC296;
}
.TagClassName
{
border-color: #9DC296;
}
</style>