Shades of Spring Rain #9FCD94
Tints of Spring Rain #9FCD94
RGB
CMYK
RGB Variations
Color information
#9FCD94 (or 0x9FCD94) is known color: Spring Rain. HEX triplet: 9F, CD and 94. RGB value is (159,205,148). Sum of RGB (Red+Green+Blue) = 159+205+148=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCD94 is #60326B. Grayscale: #B8B8B8. Windows color (decimal): -6304364 or 9751967. OLE color: 9751967.
HSL color Cylindrical-coordinate representation of color #9FCD94: hue angle of 108.42º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FCD94 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 148 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.20 |
| HSL | 108.42º | 0.36% | 0.69% | - |
| HSV(B) | 108.42º | 0.28% | 0.8% | - |
| XYZ | 41.47 | 53.17 | 36.09 | - |
| YUV | 184.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 148 | 0.22 | 0 | 0.28 | 0.20 | 108.42 | 0.36 | 0.69 |
| Hex | 9F | CD | 94 | 16 | 0 | 1C | 14 | 6C | 24 | 45 |
| Octal | 237 | 315 | 224 | 26 | 0 | 34 | 24 | 154 | 44 | 105 |
| Binary | 10011111 | 11001101 | 10010100 | 10110 | 0 | 11100 | 10100 | 1101100 | 100100 | 1000101 |
Color Harmonies of #9FCD94
Complementary color
Monochromatic Colors of #9FCD94
Black with #9FCD94
Text Example
Text Example
White with #9FCD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD94; }
p { color: rgb(159,205,148); }
H1.HeaderClassName
{
color: #9FCD94;
}
.AnyTagClassName
{
color: #9FCD94;
}
</style>
background-color css
<style>
a { background-color: #9FCD94; }
a { background-color: rgb(159,205,148); }
div.DivClassName
{
background-color: #9FCD94;
}
.BgClassName
{
background-color: #9FCD94;
}
</style>
border-color css
<style>
span { border-color: #9FCD94; }
span { border-color: rgb(159,205,148); }
td.TdClassName
{
border-color: #9FCD94;
}
.TagClassName
{
border-color: #9FCD94;
}
</style>