Shades of Spring Rain #9FB09A
Tints of Spring Rain #9FB09A
RGB
CMYK
RGB Variations
Color information
#9FB09A (or 0x9FB09A) is known color: Spring Rain. HEX triplet: 9F, B0 and 9A. RGB value is (159,176,154). Sum of RGB (Red+Green+Blue) = 159+176+154=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB09A is #604F65. Grayscale: #A8A8A8. Windows color (decimal): -6311782 or 10137759. OLE color: 10137759.
HSL color Cylindrical-coordinate representation of color #9FB09A: hue angle of 106.36º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FB09A is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 154 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.31 |
| HSL | 106.36º | 0.12% | 0.65% | - |
| HSV(B) | 106.36º | 0.13% | 0.69% | - |
| XYZ | 35.66 | 40.75 | 36.56 | - |
| YUV | 168.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 154 | 0.10 | 0 | 0.12 | 0.31 | 106.36 | 0.12 | 0.65 |
| Hex | 9F | B0 | 9A | A | 0 | C | 1F | 6A | C | 41 |
| Octal | 237 | 260 | 232 | 12 | 0 | 14 | 37 | 152 | 14 | 101 |
| Binary | 10011111 | 10110000 | 10011010 | 1010 | 0 | 1100 | 11111 | 1101010 | 1100 | 1000001 |
Color Harmonies of #9FB09A
Complementary color
Monochromatic Colors of #9FB09A
Black with #9FB09A
Text Example
Text Example
White with #9FB09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB09A; }
p { color: rgb(159,176,154); }
H1.HeaderClassName
{
color: #9FB09A;
}
.AnyTagClassName
{
color: #9FB09A;
}
</style>
background-color css
<style>
a { background-color: #9FB09A; }
a { background-color: rgb(159,176,154); }
div.DivClassName
{
background-color: #9FB09A;
}
.BgClassName
{
background-color: #9FB09A;
}
</style>
border-color css
<style>
span { border-color: #9FB09A; }
span { border-color: rgb(159,176,154); }
td.TdClassName
{
border-color: #9FB09A;
}
.TagClassName
{
border-color: #9FB09A;
}
</style>