Shades of Spring Rain #9CCC9B
Tints of Spring Rain #9CCC9B
RGB
CMYK
RGB Variations
Color information
#9CCC9B (or 0x9CCC9B) is known color: Spring Rain. HEX triplet: 9C, CC and 9B. RGB value is (156,204,155). Sum of RGB (Red+Green+Blue) = 156+204+155=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCC9B is #633364. Grayscale: #B8B8B8. Windows color (decimal): -6501221 or 10210460. OLE color: 10210460.
HSL color Cylindrical-coordinate representation of color #9CCC9B: hue angle of 118.78º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCC9B is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 155 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.2 |
| HSL | 118.78º | 0.32% | 0.7% | - |
| HSV(B) | 118.78º | 0.24% | 0.8% | - |
| XYZ | 41.22 | 52.62 | 38.99 | - |
| YUV | 184.06 | 111.6 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 155 | 0.24 | 0 | 0.24 | 0.2 | 118.78 | 0.32 | 0.7 |
| Hex | 9C | CC | 9B | 18 | 0 | 18 | 14 | 77 | 20 | 46 |
| Octal | 234 | 314 | 233 | 30 | 0 | 30 | 24 | 167 | 40 | 106 |
| Binary | 10011100 | 11001100 | 10011011 | 11000 | 0 | 11000 | 10100 | 1110111 | 100000 | 1000110 |
Color Harmonies of #9CCC9B
Complementary color
Monochromatic Colors of #9CCC9B
Black with #9CCC9B
Text Example
Text Example
White with #9CCC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC9B; }
p { color: rgb(156,204,155); }
H1.HeaderClassName
{
color: #9CCC9B;
}
.AnyTagClassName
{
color: #9CCC9B;
}
</style>
background-color css
<style>
a { background-color: #9CCC9B; }
a { background-color: rgb(156,204,155); }
div.DivClassName
{
background-color: #9CCC9B;
}
.BgClassName
{
background-color: #9CCC9B;
}
</style>
border-color css
<style>
span { border-color: #9CCC9B; }
span { border-color: rgb(156,204,155); }
td.TdClassName
{
border-color: #9CCC9B;
}
.TagClassName
{
border-color: #9CCC9B;
}
</style>