Shades of Spring Rain #9FBF8F
Tints of Spring Rain #9FBF8F
RGB
CMYK
RGB Variations
Color information
#9FBF8F (or 0x9FBF8F) is known color: Spring Rain. HEX triplet: 9F, BF and 8F. RGB value is (159,191,143). Sum of RGB (Red+Green+Blue) = 159+191+143=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBF8F is #604070. Grayscale: #B0B0B0. Windows color (decimal): -6307953 or 9420703. OLE color: 9420703.
HSL color Cylindrical-coordinate representation of color #9FBF8F: hue angle of 100º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FBF8F is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 191 | 143 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.25 |
| HSL | 100º | 0.27% | 0.65% | - |
| HSV(B) | 100º | 0.25% | 0.75% | - |
| XYZ | 37.89 | 46.62 | 32.99 | - |
| YUV | 175.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 143 | 0.17 | 0 | 0.25 | 0.25 | 100 | 0.27 | 0.65 |
| Hex | 9F | BF | 8F | 11 | 0 | 19 | 19 | 64 | 1B | 41 |
| Octal | 237 | 277 | 217 | 21 | 0 | 31 | 31 | 144 | 33 | 101 |
| Binary | 10011111 | 10111111 | 10001111 | 10001 | 0 | 11001 | 11001 | 1100100 | 11011 | 1000001 |
Color Harmonies of #9FBF8F
Complementary color
Monochromatic Colors of #9FBF8F
Black with #9FBF8F
Text Example
Text Example
White with #9FBF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBF8F; }
p { color: rgb(159,191,143); }
H1.HeaderClassName
{
color: #9FBF8F;
}
.AnyTagClassName
{
color: #9FBF8F;
}
</style>
background-color css
<style>
a { background-color: #9FBF8F; }
a { background-color: rgb(159,191,143); }
div.DivClassName
{
background-color: #9FBF8F;
}
.BgClassName
{
background-color: #9FBF8F;
}
</style>
border-color css
<style>
span { border-color: #9FBF8F; }
span { border-color: rgb(159,191,143); }
td.TdClassName
{
border-color: #9FBF8F;
}
.TagClassName
{
border-color: #9FBF8F;
}
</style>