Shades of Spring Rain #9FBC9A
Tints of Spring Rain #9FBC9A
RGB
CMYK
RGB Variations
Color information
#9FBC9A (or 0x9FBC9A) is known color: Spring Rain. HEX triplet: 9F, BC and 9A. RGB value is (159,188,154). Sum of RGB (Red+Green+Blue) = 159+188+154=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC9A is #604365. Grayscale: #AFAFAF. Windows color (decimal): -6308710 or 10140831. OLE color: 10140831.
HSL color Cylindrical-coordinate representation of color #9FBC9A: hue angle of 111.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FBC9A is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 154 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.26 |
| HSL | 111.18º | 0.2% | 0.67% | - |
| HSV(B) | 111.18º | 0.18% | 0.74% | - |
| XYZ | 38.11 | 45.67 | 37.38 | - |
| YUV | 175.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 154 | 0.15 | 0 | 0.18 | 0.26 | 111.18 | 0.2 | 0.67 |
| Hex | 9F | BC | 9A | F | 0 | 12 | 1A | 6F | 14 | 43 |
| Octal | 237 | 274 | 232 | 17 | 0 | 22 | 32 | 157 | 24 | 103 |
| Binary | 10011111 | 10111100 | 10011010 | 1111 | 0 | 10010 | 11010 | 1101111 | 10100 | 1000011 |
Color Harmonies of #9FBC9A
Complementary color
Monochromatic Colors of #9FBC9A
Black with #9FBC9A
Text Example
Text Example
White with #9FBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC9A; }
p { color: rgb(159,188,154); }
H1.HeaderClassName
{
color: #9FBC9A;
}
.AnyTagClassName
{
color: #9FBC9A;
}
</style>
background-color css
<style>
a { background-color: #9FBC9A; }
a { background-color: rgb(159,188,154); }
div.DivClassName
{
background-color: #9FBC9A;
}
.BgClassName
{
background-color: #9FBC9A;
}
</style>
border-color css
<style>
span { border-color: #9FBC9A; }
span { border-color: rgb(159,188,154); }
td.TdClassName
{
border-color: #9FBC9A;
}
.TagClassName
{
border-color: #9FBC9A;
}
</style>