Shades of Spring Rain #9FCB9B
Tints of Spring Rain #9FCB9B
RGB
CMYK
RGB Variations
Color information
#9FCB9B (or 0x9FCB9B) is known color: Spring Rain. HEX triplet: 9F, CB and 9B. RGB value is (159,203,155). Sum of RGB (Red+Green+Blue) = 159+203+155=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCB9B is #603464. Grayscale: #B8B8B8. Windows color (decimal): -6304869 or 10210207. OLE color: 10210207.
HSL color Cylindrical-coordinate representation of color #9FCB9B: hue angle of 115º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FCB9B is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 155 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.20 |
| HSL | 115º | 0.32% | 0.7% | - |
| HSV(B) | 115º | 0.24% | 0.8% | - |
| XYZ | 41.57 | 52.45 | 38.94 | - |
| YUV | 184.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 155 | 0.22 | 0 | 0.24 | 0.20 | 115 | 0.32 | 0.7 |
| Hex | 9F | CB | 9B | 16 | 0 | 18 | 14 | 73 | 20 | 46 |
| Octal | 237 | 313 | 233 | 26 | 0 | 30 | 24 | 163 | 40 | 106 |
| Binary | 10011111 | 11001011 | 10011011 | 10110 | 0 | 11000 | 10100 | 1110011 | 100000 | 1000110 |
Color Harmonies of #9FCB9B
Complementary color
Monochromatic Colors of #9FCB9B
Black with #9FCB9B
Text Example
Text Example
White with #9FCB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCB9B; }
p { color: rgb(159,203,155); }
H1.HeaderClassName
{
color: #9FCB9B;
}
.AnyTagClassName
{
color: #9FCB9B;
}
</style>
background-color css
<style>
a { background-color: #9FCB9B; }
a { background-color: rgb(159,203,155); }
div.DivClassName
{
background-color: #9FCB9B;
}
.BgClassName
{
background-color: #9FCB9B;
}
</style>
border-color css
<style>
span { border-color: #9FCB9B; }
span { border-color: rgb(159,203,155); }
td.TdClassName
{
border-color: #9FCB9B;
}
.TagClassName
{
border-color: #9FCB9B;
}
</style>