Shades of Spring Rain #9EBF99
Tints of Spring Rain #9EBF99
RGB
CMYK
RGB Variations
Color information
#9EBF99 (or 0x9EBF99) is known color: Spring Rain. HEX triplet: 9E, BF and 99. RGB value is (158,191,153). Sum of RGB (Red+Green+Blue) = 158+191+153=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF99 is #614066. Grayscale: #B0B0B0. Windows color (decimal): -6373479 or 10076062. OLE color: 10076062.
HSL color Cylindrical-coordinate representation of color #9EBF99: hue angle of 112.11º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EBF99 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 191 | 153 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.25 |
| HSL | 112.11º | 0.23% | 0.67% | - |
| HSV(B) | 112.11º | 0.2% | 0.75% | - |
| XYZ | 38.48 | 46.83 | 37.15 | - |
| YUV | 176.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 153 | 0.17 | 0 | 0.20 | 0.25 | 112.11 | 0.23 | 0.67 |
| Hex | 9E | BF | 99 | 11 | 0 | 14 | 19 | 70 | 17 | 43 |
| Octal | 236 | 277 | 231 | 21 | 0 | 24 | 31 | 160 | 27 | 103 |
| Binary | 10011110 | 10111111 | 10011001 | 10001 | 0 | 10100 | 11001 | 1110000 | 10111 | 1000011 |
Color Harmonies of #9EBF99
Complementary color
Monochromatic Colors of #9EBF99
Black with #9EBF99
Text Example
Text Example
White with #9EBF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBF99; }
p { color: rgb(158,191,153); }
H1.HeaderClassName
{
color: #9EBF99;
}
.AnyTagClassName
{
color: #9EBF99;
}
</style>
background-color css
<style>
a { background-color: #9EBF99; }
a { background-color: rgb(158,191,153); }
div.DivClassName
{
background-color: #9EBF99;
}
.BgClassName
{
background-color: #9EBF99;
}
</style>
border-color css
<style>
span { border-color: #9EBF99; }
span { border-color: rgb(158,191,153); }
td.TdClassName
{
border-color: #9EBF99;
}
.TagClassName
{
border-color: #9EBF99;
}
</style>