Shades of Spring Rain #9EC09E
Tints of Spring Rain #9EC09E
RGB
CMYK
RGB Variations
Color information
#9EC09E (or 0x9EC09E) is known color: Spring Rain. HEX triplet: 9E, C0 and 9E. RGB value is (158,192,158). Sum of RGB (Red+Green+Blue) = 158+192+158=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC09E is #613F61. Grayscale: #B2B2B2. Windows color (decimal): -6373218 or 10403998. OLE color: 10403998.
HSL color Cylindrical-coordinate representation of color #9EC09E: hue angle of 120º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EC09E is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 192 | 158 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.25 |
| HSL | 120º | 0.21% | 0.69% | - |
| HSV(B) | 120º | 0.18% | 0.75% | - |
| XYZ | 39.12 | 47.44 | 39.44 | - |
| YUV | 177.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 158 | 0.18 | 0 | 0.18 | 0.25 | 120 | 0.21 | 0.69 |
| Hex | 9E | C0 | 9E | 12 | 0 | 12 | 19 | 78 | 15 | 45 |
| Octal | 236 | 300 | 236 | 22 | 0 | 22 | 31 | 170 | 25 | 105 |
| Binary | 10011110 | 11000000 | 10011110 | 10010 | 0 | 10010 | 11001 | 1111000 | 10101 | 1000101 |
Color Harmonies of #9EC09E
Complementary color
Monochromatic Colors of #9EC09E
Black with #9EC09E
Text Example
Text Example
White with #9EC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC09E; }
p { color: rgb(158,192,158); }
H1.HeaderClassName
{
color: #9EC09E;
}
.AnyTagClassName
{
color: #9EC09E;
}
</style>
background-color css
<style>
a { background-color: #9EC09E; }
a { background-color: rgb(158,192,158); }
div.DivClassName
{
background-color: #9EC09E;
}
.BgClassName
{
background-color: #9EC09E;
}
</style>
border-color css
<style>
span { border-color: #9EC09E; }
span { border-color: rgb(158,192,158); }
td.TdClassName
{
border-color: #9EC09E;
}
.TagClassName
{
border-color: #9EC09E;
}
</style>