Shades of Spring Rain #9EC296
Tints of Spring Rain #9EC296
RGB
CMYK
RGB Variations
Color information
#9EC296 (or 0x9EC296) is known color: Spring Rain. HEX triplet: 9E, C2 and 96. RGB value is (158,194,150). Sum of RGB (Red+Green+Blue) = 158+194+150=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC296 is #613D69. Grayscale: #B2B2B2. Windows color (decimal): -6372714 or 9880222. OLE color: 9880222.
HSL color Cylindrical-coordinate representation of color #9EC296: hue angle of 109.09º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EC296 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 150 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.24 |
| HSL | 109.09º | 0.27% | 0.67% | - |
| HSV(B) | 109.09º | 0.23% | 0.76% | - |
| XYZ | 38.9 | 48.05 | 36.08 | - |
| YUV | 178.22 | 112.07 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 150 | 0.19 | 0 | 0.23 | 0.24 | 109.09 | 0.27 | 0.67 |
| Hex | 9E | C2 | 96 | 13 | 0 | 17 | 18 | 6D | 1B | 43 |
| Octal | 236 | 302 | 226 | 23 | 0 | 27 | 30 | 155 | 33 | 103 |
| Binary | 10011110 | 11000010 | 10010110 | 10011 | 0 | 10111 | 11000 | 1101101 | 11011 | 1000011 |
Color Harmonies of #9EC296
Complementary color
Monochromatic Colors of #9EC296
Black with #9EC296
Text Example
Text Example
White with #9EC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC296; }
p { color: rgb(158,194,150); }
H1.HeaderClassName
{
color: #9EC296;
}
.AnyTagClassName
{
color: #9EC296;
}
</style>
background-color css
<style>
a { background-color: #9EC296; }
a { background-color: rgb(158,194,150); }
div.DivClassName
{
background-color: #9EC296;
}
.BgClassName
{
background-color: #9EC296;
}
</style>
border-color css
<style>
span { border-color: #9EC296; }
span { border-color: rgb(158,194,150); }
td.TdClassName
{
border-color: #9EC296;
}
.TagClassName
{
border-color: #9EC296;
}
</style>