Shades of Spring Rain #9FBE9A
Tints of Spring Rain #9FBE9A
RGB
CMYK
RGB Variations
Color information
#9FBE9A (or 0x9FBE9A) is known color: Spring Rain. HEX triplet: 9F, BE and 9A. RGB value is (159,190,154). Sum of RGB (Red+Green+Blue) = 159+190+154=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE9A is #604165. Grayscale: #B0B0B0. Windows color (decimal): -6308198 or 10141343. OLE color: 10141343.
HSL color Cylindrical-coordinate representation of color #9FBE9A: hue angle of 111.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FBE9A is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 190 | 154 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.25 |
| HSL | 111.67º | 0.22% | 0.67% | - |
| HSV(B) | 111.67º | 0.19% | 0.75% | - |
| XYZ | 38.54 | 46.53 | 37.52 | - |
| YUV | 176.63 | 115.23 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 154 | 0.16 | 0 | 0.19 | 0.25 | 111.67 | 0.22 | 0.67 |
| Hex | 9F | BE | 9A | 10 | 0 | 13 | 19 | 70 | 16 | 43 |
| Octal | 237 | 276 | 232 | 20 | 0 | 23 | 31 | 160 | 26 | 103 |
| Binary | 10011111 | 10111110 | 10011010 | 10000 | 0 | 10011 | 11001 | 1110000 | 10110 | 1000011 |
Color Harmonies of #9FBE9A
Complementary color
Monochromatic Colors of #9FBE9A
Black with #9FBE9A
Text Example
Text Example
White with #9FBE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBE9A; }
p { color: rgb(159,190,154); }
H1.HeaderClassName
{
color: #9FBE9A;
}
.AnyTagClassName
{
color: #9FBE9A;
}
</style>
background-color css
<style>
a { background-color: #9FBE9A; }
a { background-color: rgb(159,190,154); }
div.DivClassName
{
background-color: #9FBE9A;
}
.BgClassName
{
background-color: #9FBE9A;
}
</style>
border-color css
<style>
span { border-color: #9FBE9A; }
span { border-color: rgb(159,190,154); }
td.TdClassName
{
border-color: #9FBE9A;
}
.TagClassName
{
border-color: #9FBE9A;
}
</style>