Shades of Spring Rain #9FB39E
Tints of Spring Rain #9FB39E
RGB
CMYK
RGB Variations
Color information
#9FB39E (or 0x9FB39E) is known color: Spring Rain. HEX triplet: 9F, B3 and 9E. RGB value is (159,179,158). Sum of RGB (Red+Green+Blue) = 159+179+158=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB39E is #604C61. Grayscale: #AAAAAA. Windows color (decimal): -6311010 or 10400671. OLE color: 10400671.
HSL color Cylindrical-coordinate representation of color #9FB39E: hue angle of 117.14º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FB39E is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 158 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.30 |
| HSL | 117.14º | 0.12% | 0.66% | - |
| HSV(B) | 117.14º | 0.12% | 0.7% | - |
| XYZ | 36.59 | 42.08 | 38.54 | - |
| YUV | 170.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 158 | 0.11 | 0 | 0.12 | 0.30 | 117.14 | 0.12 | 0.66 |
| Hex | 9F | B3 | 9E | B | 0 | C | 1E | 75 | C | 42 |
| Octal | 237 | 263 | 236 | 13 | 0 | 14 | 36 | 165 | 14 | 102 |
| Binary | 10011111 | 10110011 | 10011110 | 1011 | 0 | 1100 | 11110 | 1110101 | 1100 | 1000010 |
Color Harmonies of #9FB39E
Complementary color
Monochromatic Colors of #9FB39E
Black with #9FB39E
Text Example
Text Example
White with #9FB39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB39E; }
p { color: rgb(159,179,158); }
H1.HeaderClassName
{
color: #9FB39E;
}
.AnyTagClassName
{
color: #9FB39E;
}
</style>
background-color css
<style>
a { background-color: #9FB39E; }
a { background-color: rgb(159,179,158); }
div.DivClassName
{
background-color: #9FB39E;
}
.BgClassName
{
background-color: #9FB39E;
}
</style>
border-color css
<style>
span { border-color: #9FB39E; }
span { border-color: rgb(159,179,158); }
td.TdClassName
{
border-color: #9FB39E;
}
.TagClassName
{
border-color: #9FB39E;
}
</style>