Shades of Spring Rain #9EC195
Tints of Spring Rain #9EC195
RGB
CMYK
RGB Variations
Color information
#9EC195 (or 0x9EC195) is known color: Spring Rain. HEX triplet: 9E, C1 and 95. RGB value is (158,193,149). Sum of RGB (Red+Green+Blue) = 158+193+149=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC195 is #613E6A. Grayscale: #B1B1B1. Windows color (decimal): -6372971 or 9814430. OLE color: 9814430.
HSL color Cylindrical-coordinate representation of color #9EC195: hue angle of 107.73º degrees, saturation: 0.26, 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 #9EC195 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 193 | 149 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.24 |
| HSL | 107.73º | 0.26% | 0.67% | - |
| HSV(B) | 107.73º | 0.23% | 0.76% | - |
| XYZ | 38.6 | 47.58 | 35.58 | - |
| YUV | 177.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 193 | 149 | 0.18 | 0 | 0.23 | 0.24 | 107.73 | 0.26 | 0.67 |
| Hex | 9E | C1 | 95 | 12 | 0 | 17 | 18 | 6C | 1A | 43 |
| Octal | 236 | 301 | 225 | 22 | 0 | 27 | 30 | 154 | 32 | 103 |
| Binary | 10011110 | 11000001 | 10010101 | 10010 | 0 | 10111 | 11000 | 1101100 | 11010 | 1000011 |
Color Harmonies of #9EC195
Complementary color
Monochromatic Colors of #9EC195
Black with #9EC195
Text Example
Text Example
White with #9EC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC195; }
p { color: rgb(158,193,149); }
H1.HeaderClassName
{
color: #9EC195;
}
.AnyTagClassName
{
color: #9EC195;
}
</style>
background-color css
<style>
a { background-color: #9EC195; }
a { background-color: rgb(158,193,149); }
div.DivClassName
{
background-color: #9EC195;
}
.BgClassName
{
background-color: #9EC195;
}
</style>
border-color css
<style>
span { border-color: #9EC195; }
span { border-color: rgb(158,193,149); }
td.TdClassName
{
border-color: #9EC195;
}
.TagClassName
{
border-color: #9EC195;
}
</style>