Shades of Spring Rain #9CC49B
Tints of Spring Rain #9CC49B
RGB
CMYK
RGB Variations
Color information
#9CC49B (or 0x9CC49B) is known color: Spring Rain. HEX triplet: 9C, C4 and 9B. RGB value is (156,196,155). Sum of RGB (Red+Green+Blue) = 156+196+155=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC49B is #633B64. Grayscale: #B3B3B3. Windows color (decimal): -6503269 or 10208412. OLE color: 10208412.
HSL color Cylindrical-coordinate representation of color #9CC49B: hue angle of 118.54º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CC49B is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 196 | 155 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.23 |
| HSL | 118.54º | 0.26% | 0.69% | - |
| HSV(B) | 118.54º | 0.21% | 0.77% | - |
| XYZ | 39.37 | 48.91 | 38.38 | - |
| YUV | 179.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 155 | 0.20 | 0 | 0.21 | 0.23 | 118.54 | 0.26 | 0.69 |
| Hex | 9C | C4 | 9B | 14 | 0 | 15 | 17 | 77 | 1A | 45 |
| Octal | 234 | 304 | 233 | 24 | 0 | 25 | 27 | 167 | 32 | 105 |
| Binary | 10011100 | 11000100 | 10011011 | 10100 | 0 | 10101 | 10111 | 1110111 | 11010 | 1000101 |
Color Harmonies of #9CC49B
Complementary color
Monochromatic Colors of #9CC49B
Black with #9CC49B
Text Example
Text Example
White with #9CC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC49B; }
p { color: rgb(156,196,155); }
H1.HeaderClassName
{
color: #9CC49B;
}
.AnyTagClassName
{
color: #9CC49B;
}
</style>
background-color css
<style>
a { background-color: #9CC49B; }
a { background-color: rgb(156,196,155); }
div.DivClassName
{
background-color: #9CC49B;
}
.BgClassName
{
background-color: #9CC49B;
}
</style>
border-color css
<style>
span { border-color: #9CC49B; }
span { border-color: rgb(156,196,155); }
td.TdClassName
{
border-color: #9CC49B;
}
.TagClassName
{
border-color: #9CC49B;
}
</style>