Shades of Spring Rain #9FCC94
Tints of Spring Rain #9FCC94
RGB
CMYK
RGB Variations
Color information
#9FCC94 (or 0x9FCC94) is known color: Spring Rain. HEX triplet: 9F, CC and 94. RGB value is (159,204,148). Sum of RGB (Red+Green+Blue) = 159+204+148=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCC94 is #60336B. Grayscale: #B8B8B8. Windows color (decimal): -6304620 or 9751711. OLE color: 9751711.
HSL color Cylindrical-coordinate representation of color #9FCC94: hue angle of 108.21º 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 #9FCC94 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 148 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.2 |
| HSL | 108.21º | 0.35% | 0.69% | - |
| HSV(B) | 108.21º | 0.27% | 0.8% | - |
| XYZ | 41.24 | 52.69 | 36.01 | - |
| YUV | 184.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 148 | 0.22 | 0 | 0.27 | 0.2 | 108.21 | 0.35 | 0.69 |
| Hex | 9F | CC | 94 | 16 | 0 | 1B | 14 | 6C | 23 | 45 |
| Octal | 237 | 314 | 224 | 26 | 0 | 33 | 24 | 154 | 43 | 105 |
| Binary | 10011111 | 11001100 | 10010100 | 10110 | 0 | 11011 | 10100 | 1101100 | 100011 | 1000101 |
Color Harmonies of #9FCC94
Complementary color
Monochromatic Colors of #9FCC94
Black with #9FCC94
Text Example
Text Example
White with #9FCC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC94; }
p { color: rgb(159,204,148); }
H1.HeaderClassName
{
color: #9FCC94;
}
.AnyTagClassName
{
color: #9FCC94;
}
</style>
background-color css
<style>
a { background-color: #9FCC94; }
a { background-color: rgb(159,204,148); }
div.DivClassName
{
background-color: #9FCC94;
}
.BgClassName
{
background-color: #9FCC94;
}
</style>
border-color css
<style>
span { border-color: #9FCC94; }
span { border-color: rgb(159,204,148); }
td.TdClassName
{
border-color: #9FCC94;
}
.TagClassName
{
border-color: #9FCC94;
}
</style>