Shades of Spring Rain #9CCA95
Tints of Spring Rain #9CCA95
RGB
CMYK
RGB Variations
Color information
#9CCA95 (or 0x9CCA95) is known color: Spring Rain. HEX triplet: 9C, CA and 95. RGB value is (156,202,149). Sum of RGB (Red+Green+Blue) = 156+202+149=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCA95 is #63356A. Grayscale: #B6B6B6. Windows color (decimal): -6501739 or 9816732. OLE color: 9816732.
HSL color Cylindrical-coordinate representation of color #9CCA95: hue angle of 112.08º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CCA95 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 149 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.21 |
| HSL | 112.08º | 0.33% | 0.69% | - |
| HSV(B) | 112.08º | 0.26% | 0.79% | - |
| XYZ | 40.26 | 51.48 | 36.25 | - |
| YUV | 182.2 | 109.26 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 149 | 0.23 | 0 | 0.26 | 0.21 | 112.08 | 0.33 | 0.69 |
| Hex | 9C | CA | 95 | 17 | 0 | 1A | 15 | 70 | 21 | 45 |
| Octal | 234 | 312 | 225 | 27 | 0 | 32 | 25 | 160 | 41 | 105 |
| Binary | 10011100 | 11001010 | 10010101 | 10111 | 0 | 11010 | 10101 | 1110000 | 100001 | 1000101 |
Color Harmonies of #9CCA95
Complementary color
Monochromatic Colors of #9CCA95
Black with #9CCA95
Text Example
Text Example
White with #9CCA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA95; }
p { color: rgb(156,202,149); }
H1.HeaderClassName
{
color: #9CCA95;
}
.AnyTagClassName
{
color: #9CCA95;
}
</style>
background-color css
<style>
a { background-color: #9CCA95; }
a { background-color: rgb(156,202,149); }
div.DivClassName
{
background-color: #9CCA95;
}
.BgClassName
{
background-color: #9CCA95;
}
</style>
border-color css
<style>
span { border-color: #9CCA95; }
span { border-color: rgb(156,202,149); }
td.TdClassName
{
border-color: #9CCA95;
}
.TagClassName
{
border-color: #9CCA95;
}
</style>