Shades of Spring Rain #9FC095
Tints of Spring Rain #9FC095
RGB
CMYK
RGB Variations
Color information
#9FC095 (or 0x9FC095) is known color: Spring Rain. HEX triplet: 9F, C0 and 95. RGB value is (159,192,149). Sum of RGB (Red+Green+Blue) = 159+192+149=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC095 is #603F6A. Grayscale: #B1B1B1. Windows color (decimal): -6307691 or 9814175. OLE color: 9814175.
HSL color Cylindrical-coordinate representation of color #9FC095: hue angle of 106.05º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FC095 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 149 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.25 |
| HSL | 106.05º | 0.25% | 0.67% | - |
| HSV(B) | 106.05º | 0.22% | 0.75% | - |
| XYZ | 38.57 | 47.24 | 35.52 | - |
| YUV | 177.23 | 112.07 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 149 | 0.17 | 0 | 0.22 | 0.25 | 106.05 | 0.25 | 0.67 |
| Hex | 9F | C0 | 95 | 11 | 0 | 16 | 19 | 6A | 19 | 43 |
| Octal | 237 | 300 | 225 | 21 | 0 | 26 | 31 | 152 | 31 | 103 |
| Binary | 10011111 | 11000000 | 10010101 | 10001 | 0 | 10110 | 11001 | 1101010 | 11001 | 1000011 |
Color Harmonies of #9FC095
Complementary color
Monochromatic Colors of #9FC095
Black with #9FC095
Text Example
Text Example
White with #9FC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC095; }
p { color: rgb(159,192,149); }
H1.HeaderClassName
{
color: #9FC095;
}
.AnyTagClassName
{
color: #9FC095;
}
</style>
background-color css
<style>
a { background-color: #9FC095; }
a { background-color: rgb(159,192,149); }
div.DivClassName
{
background-color: #9FC095;
}
.BgClassName
{
background-color: #9FC095;
}
</style>
border-color css
<style>
span { border-color: #9FC095; }
span { border-color: rgb(159,192,149); }
td.TdClassName
{
border-color: #9FC095;
}
.TagClassName
{
border-color: #9FC095;
}
</style>