Shades of Spring Rain #9DCA94
Tints of Spring Rain #9DCA94
RGB
CMYK
RGB Variations
Color information
#9DCA94 (or 0x9DCA94) is known color: Spring Rain. HEX triplet: 9D, CA and 94. RGB value is (157,202,148). Sum of RGB (Red+Green+Blue) = 157+202+148=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCA94 is #62356B. Grayscale: #B6B6B6. Windows color (decimal): -6436204 or 9751197. OLE color: 9751197.
HSL color Cylindrical-coordinate representation of color #9DCA94: hue angle of 110º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DCA94 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 148 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.21 |
| HSL | 110º | 0.34% | 0.69% | - |
| HSV(B) | 110º | 0.27% | 0.79% | - |
| XYZ | 40.37 | 51.55 | 35.84 | - |
| YUV | 182.39 | 108.59 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 148 | 0.22 | 0 | 0.27 | 0.21 | 110 | 0.34 | 0.69 |
| Hex | 9D | CA | 94 | 16 | 0 | 1B | 15 | 6E | 22 | 45 |
| Octal | 235 | 312 | 224 | 26 | 0 | 33 | 25 | 156 | 42 | 105 |
| Binary | 10011101 | 11001010 | 10010100 | 10110 | 0 | 11011 | 10101 | 1101110 | 100010 | 1000101 |
Color Harmonies of #9DCA94
Complementary color
Monochromatic Colors of #9DCA94
Black with #9DCA94
Text Example
Text Example
White with #9DCA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCA94; }
p { color: rgb(157,202,148); }
H1.HeaderClassName
{
color: #9DCA94;
}
.AnyTagClassName
{
color: #9DCA94;
}
</style>
background-color css
<style>
a { background-color: #9DCA94; }
a { background-color: rgb(157,202,148); }
div.DivClassName
{
background-color: #9DCA94;
}
.BgClassName
{
background-color: #9DCA94;
}
</style>
border-color css
<style>
span { border-color: #9DCA94; }
span { border-color: rgb(157,202,148); }
td.TdClassName
{
border-color: #9DCA94;
}
.TagClassName
{
border-color: #9DCA94;
}
</style>