Shades of Spring Rain #9FCC95
Tints of Spring Rain #9FCC95
RGB
CMYK
RGB Variations
Color information
#9FCC95 (or 0x9FCC95) is known color: Spring Rain. HEX triplet: 9F, CC and 95. RGB value is (159,204,149). Sum of RGB (Red+Green+Blue) = 159+204+149=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCC95 is #60336A. Grayscale: #B8B8B8. Windows color (decimal): -6304619 or 9817247. OLE color: 9817247.
HSL color Cylindrical-coordinate representation of color #9FCC95: hue angle of 109.09º 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 #9FCC95 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 149 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.2 |
| HSL | 109.09º | 0.35% | 0.69% | - |
| HSV(B) | 109.09º | 0.27% | 0.8% | - |
| XYZ | 41.32 | 52.73 | 36.43 | - |
| YUV | 184.28 | 108.09 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 149 | 0.22 | 0 | 0.27 | 0.2 | 109.09 | 0.35 | 0.69 |
| Hex | 9F | CC | 95 | 16 | 0 | 1B | 14 | 6D | 23 | 45 |
| Octal | 237 | 314 | 225 | 26 | 0 | 33 | 24 | 155 | 43 | 105 |
| Binary | 10011111 | 11001100 | 10010101 | 10110 | 0 | 11011 | 10100 | 1101101 | 100011 | 1000101 |
Color Harmonies of #9FCC95
Complementary color
Monochromatic Colors of #9FCC95
Black with #9FCC95
Text Example
Text Example
White with #9FCC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC95; }
p { color: rgb(159,204,149); }
H1.HeaderClassName
{
color: #9FCC95;
}
.AnyTagClassName
{
color: #9FCC95;
}
</style>
background-color css
<style>
a { background-color: #9FCC95; }
a { background-color: rgb(159,204,149); }
div.DivClassName
{
background-color: #9FCC95;
}
.BgClassName
{
background-color: #9FCC95;
}
</style>
border-color css
<style>
span { border-color: #9FCC95; }
span { border-color: rgb(159,204,149); }
td.TdClassName
{
border-color: #9FCC95;
}
.TagClassName
{
border-color: #9FCC95;
}
</style>