Shades of Spring Rain #9CCC94
Tints of Spring Rain #9CCC94
RGB
CMYK
RGB Variations
Color information
#9CCC94 (or 0x9CCC94) is known color: Spring Rain. HEX triplet: 9C, CC and 94. RGB value is (156,204,148). Sum of RGB (Red+Green+Blue) = 156+204+148=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCC94 is #63336B. Grayscale: #B7B7B7. Windows color (decimal): -6501228 or 9751708. OLE color: 9751708.
HSL color Cylindrical-coordinate representation of color #9CCC94: hue angle of 111.43º 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 #9CCC94 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 148 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.2 |
| HSL | 111.43º | 0.35% | 0.69% | - |
| HSV(B) | 111.43º | 0.27% | 0.8% | - |
| XYZ | 40.65 | 52.39 | 35.99 | - |
| YUV | 183.26 | 108.1 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 148 | 0.24 | 0 | 0.27 | 0.2 | 111.43 | 0.35 | 0.69 |
| Hex | 9C | CC | 94 | 18 | 0 | 1B | 14 | 6F | 23 | 45 |
| Octal | 234 | 314 | 224 | 30 | 0 | 33 | 24 | 157 | 43 | 105 |
| Binary | 10011100 | 11001100 | 10010100 | 11000 | 0 | 11011 | 10100 | 1101111 | 100011 | 1000101 |
Color Harmonies of #9CCC94
Complementary color
Monochromatic Colors of #9CCC94
Black with #9CCC94
Text Example
Text Example
White with #9CCC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC94; }
p { color: rgb(156,204,148); }
H1.HeaderClassName
{
color: #9CCC94;
}
.AnyTagClassName
{
color: #9CCC94;
}
</style>
background-color css
<style>
a { background-color: #9CCC94; }
a { background-color: rgb(156,204,148); }
div.DivClassName
{
background-color: #9CCC94;
}
.BgClassName
{
background-color: #9CCC94;
}
</style>
border-color css
<style>
span { border-color: #9CCC94; }
span { border-color: rgb(156,204,148); }
td.TdClassName
{
border-color: #9CCC94;
}
.TagClassName
{
border-color: #9CCC94;
}
</style>