Shades of Spring Rain #9DC094
Tints of Spring Rain #9DC094
RGB
CMYK
RGB Variations
Color information
#9DC094 (or 0x9DC094) is known color: Spring Rain. HEX triplet: 9D, C0 and 94. RGB value is (157,192,148). Sum of RGB (Red+Green+Blue) = 157+192+148=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC094 is #623F6B. Grayscale: #B0B0B0. Windows color (decimal): -6438764 or 9748637. OLE color: 9748637.
HSL color Cylindrical-coordinate representation of color #9DC094: hue angle of 107.73º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DC094 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 148 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.25 |
| HSL | 107.73º | 0.26% | 0.67% | - |
| HSV(B) | 107.73º | 0.23% | 0.75% | - |
| XYZ | 38.1 | 47.01 | 35.08 | - |
| YUV | 176.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 148 | 0.18 | 0 | 0.23 | 0.25 | 107.73 | 0.26 | 0.67 |
| Hex | 9D | C0 | 94 | 12 | 0 | 17 | 19 | 6C | 1A | 43 |
| Octal | 235 | 300 | 224 | 22 | 0 | 27 | 31 | 154 | 32 | 103 |
| Binary | 10011101 | 11000000 | 10010100 | 10010 | 0 | 10111 | 11001 | 1101100 | 11010 | 1000011 |
Color Harmonies of #9DC094
Complementary color
Monochromatic Colors of #9DC094
Black with #9DC094
Text Example
Text Example
White with #9DC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC094; }
p { color: rgb(157,192,148); }
H1.HeaderClassName
{
color: #9DC094;
}
.AnyTagClassName
{
color: #9DC094;
}
</style>
background-color css
<style>
a { background-color: #9DC094; }
a { background-color: rgb(157,192,148); }
div.DivClassName
{
background-color: #9DC094;
}
.BgClassName
{
background-color: #9DC094;
}
</style>
border-color css
<style>
span { border-color: #9DC094; }
span { border-color: rgb(157,192,148); }
td.TdClassName
{
border-color: #9DC094;
}
.TagClassName
{
border-color: #9DC094;
}
</style>