Shades of Spring Rain #9FC094
Tints of Spring Rain #9FC094
RGB
CMYK
RGB Variations
Color information
#9FC094 (or 0x9FC094) is known color: Spring Rain. HEX triplet: 9F, C0 and 94. RGB value is (159,192,148). Sum of RGB (Red+Green+Blue) = 159+192+148=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC094 is #603F6B. Grayscale: #B1B1B1. Windows color (decimal): -6307692 or 9748639. OLE color: 9748639.
HSL color Cylindrical-coordinate representation of color #9FC094: hue angle of 105º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FC094 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 148 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.25 |
| HSL | 105º | 0.26% | 0.67% | - |
| HSV(B) | 105º | 0.23% | 0.75% | - |
| XYZ | 38.49 | 47.21 | 35.1 | - |
| YUV | 177.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 148 | 0.17 | 0 | 0.23 | 0.25 | 105 | 0.26 | 0.67 |
| Hex | 9F | C0 | 94 | 11 | 0 | 17 | 19 | 69 | 1A | 43 |
| Octal | 237 | 300 | 224 | 21 | 0 | 27 | 31 | 151 | 32 | 103 |
| Binary | 10011111 | 11000000 | 10010100 | 10001 | 0 | 10111 | 11001 | 1101001 | 11010 | 1000011 |
Color Harmonies of #9FC094
Complementary color
Monochromatic Colors of #9FC094
Black with #9FC094
Text Example
Text Example
White with #9FC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC094; }
p { color: rgb(159,192,148); }
H1.HeaderClassName
{
color: #9FC094;
}
.AnyTagClassName
{
color: #9FC094;
}
</style>
background-color css
<style>
a { background-color: #9FC094; }
a { background-color: rgb(159,192,148); }
div.DivClassName
{
background-color: #9FC094;
}
.BgClassName
{
background-color: #9FC094;
}
</style>
border-color css
<style>
span { border-color: #9FC094; }
span { border-color: rgb(159,192,148); }
td.TdClassName
{
border-color: #9FC094;
}
.TagClassName
{
border-color: #9FC094;
}
</style>