Shades of Spring Rain #9EC595
Tints of Spring Rain #9EC595
RGB
CMYK
RGB Variations
Color information
#9EC595 (or 0x9EC595) is known color: Spring Rain. HEX triplet: 9E, C5 and 95. RGB value is (158,197,149). Sum of RGB (Red+Green+Blue) = 158+197+149=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC595 is #613A6A. Grayscale: #B4B4B4. Windows color (decimal): -6371947 or 9815454. OLE color: 9815454.
HSL color Cylindrical-coordinate representation of color #9EC595: hue angle of 108.75º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9EC595 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 149 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.23 |
| HSL | 108.75º | 0.29% | 0.68% | - |
| HSV(B) | 108.75º | 0.24% | 0.77% | - |
| XYZ | 39.49 | 49.37 | 35.88 | - |
| YUV | 179.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 149 | 0.20 | 0 | 0.24 | 0.23 | 108.75 | 0.29 | 0.68 |
| Hex | 9E | C5 | 95 | 14 | 0 | 18 | 17 | 6D | 1D | 44 |
| Octal | 236 | 305 | 225 | 24 | 0 | 30 | 27 | 155 | 35 | 104 |
| Binary | 10011110 | 11000101 | 10010101 | 10100 | 0 | 11000 | 10111 | 1101101 | 11101 | 1000100 |
Color Harmonies of #9EC595
Complementary color
Monochromatic Colors of #9EC595
Black with #9EC595
Text Example
Text Example
White with #9EC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC595; }
p { color: rgb(158,197,149); }
H1.HeaderClassName
{
color: #9EC595;
}
.AnyTagClassName
{
color: #9EC595;
}
</style>
background-color css
<style>
a { background-color: #9EC595; }
a { background-color: rgb(158,197,149); }
div.DivClassName
{
background-color: #9EC595;
}
.BgClassName
{
background-color: #9EC595;
}
</style>
border-color css
<style>
span { border-color: #9EC595; }
span { border-color: rgb(158,197,149); }
td.TdClassName
{
border-color: #9EC595;
}
.TagClassName
{
border-color: #9EC595;
}
</style>