Shades of Spring Rain #9ECC95
Tints of Spring Rain #9ECC95
RGB
CMYK
RGB Variations
Color information
#9ECC95 (or 0x9ECC95) is known color: Spring Rain. HEX triplet: 9E, CC and 95. RGB value is (158,204,149). Sum of RGB (Red+Green+Blue) = 158+204+149=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECC95 is #61336A. Grayscale: #B8B8B8. Windows color (decimal): -6370155 or 9817246. OLE color: 9817246.
HSL color Cylindrical-coordinate representation of color #9ECC95: hue angle of 110.18º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ECC95 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 149 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.2 |
| HSL | 110.18º | 0.35% | 0.69% | - |
| HSV(B) | 110.18º | 0.27% | 0.8% | - |
| XYZ | 41.12 | 52.62 | 36.42 | - |
| YUV | 183.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 149 | 0.23 | 0 | 0.27 | 0.2 | 110.18 | 0.35 | 0.69 |
| Hex | 9E | CC | 95 | 17 | 0 | 1B | 14 | 6E | 23 | 45 |
| Octal | 236 | 314 | 225 | 27 | 0 | 33 | 24 | 156 | 43 | 105 |
| Binary | 10011110 | 11001100 | 10010101 | 10111 | 0 | 11011 | 10100 | 1101110 | 100011 | 1000101 |
Color Harmonies of #9ECC95
Complementary color
Monochromatic Colors of #9ECC95
Black with #9ECC95
Text Example
Text Example
White with #9ECC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC95; }
p { color: rgb(158,204,149); }
H1.HeaderClassName
{
color: #9ECC95;
}
.AnyTagClassName
{
color: #9ECC95;
}
</style>
background-color css
<style>
a { background-color: #9ECC95; }
a { background-color: rgb(158,204,149); }
div.DivClassName
{
background-color: #9ECC95;
}
.BgClassName
{
background-color: #9ECC95;
}
</style>
border-color css
<style>
span { border-color: #9ECC95; }
span { border-color: rgb(158,204,149); }
td.TdClassName
{
border-color: #9ECC95;
}
.TagClassName
{
border-color: #9ECC95;
}
</style>