Shades of Spring Rain #9FC298
Tints of Spring Rain #9FC298
RGB
CMYK
RGB Variations
Color information
#9FC298 (or 0x9FC298) is known color: Spring Rain. HEX triplet: 9F, C2 and 98. RGB value is (159,194,152). Sum of RGB (Red+Green+Blue) = 159+194+152=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC298 is #603D67. Grayscale: #B2B2B2. Windows color (decimal): -6307176 or 10011295. OLE color: 10011295.
HSL color Cylindrical-coordinate representation of color #9FC298: hue angle of 110º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FC298 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 152 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.24 |
| HSL | 110º | 0.26% | 0.68% | - |
| HSV(B) | 110º | 0.22% | 0.76% | - |
| XYZ | 39.26 | 48.22 | 36.94 | - |
| YUV | 178.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 152 | 0.18 | 0 | 0.22 | 0.24 | 110 | 0.26 | 0.68 |
| Hex | 9F | C2 | 98 | 12 | 0 | 16 | 18 | 6E | 1A | 44 |
| Octal | 237 | 302 | 230 | 22 | 0 | 26 | 30 | 156 | 32 | 104 |
| Binary | 10011111 | 11000010 | 10011000 | 10010 | 0 | 10110 | 11000 | 1101110 | 11010 | 1000100 |
Color Harmonies of #9FC298
Complementary color
Monochromatic Colors of #9FC298
Black with #9FC298
Text Example
Text Example
White with #9FC298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC298; }
p { color: rgb(159,194,152); }
H1.HeaderClassName
{
color: #9FC298;
}
.AnyTagClassName
{
color: #9FC298;
}
</style>
background-color css
<style>
a { background-color: #9FC298; }
a { background-color: rgb(159,194,152); }
div.DivClassName
{
background-color: #9FC298;
}
.BgClassName
{
background-color: #9FC298;
}
</style>
border-color css
<style>
span { border-color: #9FC298; }
span { border-color: rgb(159,194,152); }
td.TdClassName
{
border-color: #9FC298;
}
.TagClassName
{
border-color: #9FC298;
}
</style>