Shades of Spring Rain #9EBC90
Tints of Spring Rain #9EBC90
RGB
CMYK
RGB Variations
Color information
#9EBC90 (or 0x9EBC90) is known color: Spring Rain. HEX triplet: 9E, BC and 90. RGB value is (158,188,144). Sum of RGB (Red+Green+Blue) = 158+188+144=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBC90 is #61436F. Grayscale: #AEAEAE. Windows color (decimal): -6374256 or 9485470. OLE color: 9485470.
HSL color Cylindrical-coordinate representation of color #9EBC90: hue angle of 100.91º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EBC90 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 188 | 144 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.26 |
| HSL | 100.91º | 0.25% | 0.65% | - |
| HSV(B) | 100.91º | 0.23% | 0.74% | - |
| XYZ | 37.12 | 45.25 | 33.16 | - |
| YUV | 174.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 188 | 144 | 0.16 | 0 | 0.23 | 0.26 | 100.91 | 0.25 | 0.65 |
| Hex | 9E | BC | 90 | 10 | 0 | 17 | 1A | 65 | 19 | 41 |
| Octal | 236 | 274 | 220 | 20 | 0 | 27 | 32 | 145 | 31 | 101 |
| Binary | 10011110 | 10111100 | 10010000 | 10000 | 0 | 10111 | 11010 | 1100101 | 11001 | 1000001 |
Color Harmonies of #9EBC90
Complementary color
Monochromatic Colors of #9EBC90
Black with #9EBC90
Text Example
Text Example
White with #9EBC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBC90; }
p { color: rgb(158,188,144); }
H1.HeaderClassName
{
color: #9EBC90;
}
.AnyTagClassName
{
color: #9EBC90;
}
</style>
background-color css
<style>
a { background-color: #9EBC90; }
a { background-color: rgb(158,188,144); }
div.DivClassName
{
background-color: #9EBC90;
}
.BgClassName
{
background-color: #9EBC90;
}
</style>
border-color css
<style>
span { border-color: #9EBC90; }
span { border-color: rgb(158,188,144); }
td.TdClassName
{
border-color: #9EBC90;
}
.TagClassName
{
border-color: #9EBC90;
}
</style>