Shades of Spring Rain #9DC194
Tints of Spring Rain #9DC194
RGB
CMYK
RGB Variations
Color information
#9DC194 (or 0x9DC194) is known color: Spring Rain. HEX triplet: 9D, C1 and 94. RGB value is (157,193,148). Sum of RGB (Red+Green+Blue) = 157+193+148=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC194 is #623E6B. Grayscale: #B1B1B1. Windows color (decimal): -6438508 or 9748893. OLE color: 9748893.
HSL color Cylindrical-coordinate representation of color #9DC194: hue angle of 108º 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 #9DC194 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 148 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.24 |
| HSL | 108º | 0.27% | 0.67% | - |
| HSV(B) | 108º | 0.23% | 0.76% | - |
| XYZ | 38.32 | 47.45 | 35.16 | - |
| YUV | 177.11 | 111.57 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 148 | 0.19 | 0 | 0.23 | 0.24 | 108 | 0.27 | 0.67 |
| Hex | 9D | C1 | 94 | 13 | 0 | 17 | 18 | 6C | 1B | 43 |
| Octal | 235 | 301 | 224 | 23 | 0 | 27 | 30 | 154 | 33 | 103 |
| Binary | 10011101 | 11000001 | 10010100 | 10011 | 0 | 10111 | 11000 | 1101100 | 11011 | 1000011 |
Color Harmonies of #9DC194
Complementary color
Monochromatic Colors of #9DC194
Black with #9DC194
Text Example
Text Example
White with #9DC194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC194; }
p { color: rgb(157,193,148); }
H1.HeaderClassName
{
color: #9DC194;
}
.AnyTagClassName
{
color: #9DC194;
}
</style>
background-color css
<style>
a { background-color: #9DC194; }
a { background-color: rgb(157,193,148); }
div.DivClassName
{
background-color: #9DC194;
}
.BgClassName
{
background-color: #9DC194;
}
</style>
border-color css
<style>
span { border-color: #9DC194; }
span { border-color: rgb(157,193,148); }
td.TdClassName
{
border-color: #9DC194;
}
.TagClassName
{
border-color: #9DC194;
}
</style>