Shades of Spring Rain #9DCA9B
Tints of Spring Rain #9DCA9B
RGB
CMYK
RGB Variations
Color information
#9DCA9B (or 0x9DCA9B) is known color: Spring Rain. HEX triplet: 9D, CA and 9B. RGB value is (157,202,155). Sum of RGB (Red+Green+Blue) = 157+202+155=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCA9B is #623564. Grayscale: #B7B7B7. Windows color (decimal): -6436197 or 10209949. OLE color: 10209949.
HSL color Cylindrical-coordinate representation of color #9DCA9B: hue angle of 117.45º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCA9B is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 155 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.21 |
| HSL | 117.45º | 0.31% | 0.7% | - |
| HSV(B) | 117.45º | 0.23% | 0.79% | - |
| XYZ | 40.94 | 51.78 | 38.85 | - |
| YUV | 183.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 155 | 0.22 | 0 | 0.23 | 0.21 | 117.45 | 0.31 | 0.7 |
| Hex | 9D | CA | 9B | 16 | 0 | 17 | 15 | 75 | 1F | 46 |
| Octal | 235 | 312 | 233 | 26 | 0 | 27 | 25 | 165 | 37 | 106 |
| Binary | 10011101 | 11001010 | 10011011 | 10110 | 0 | 10111 | 10101 | 1110101 | 11111 | 1000110 |
Color Harmonies of #9DCA9B
Complementary color
Monochromatic Colors of #9DCA9B
Black with #9DCA9B
Text Example
Text Example
White with #9DCA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCA9B; }
p { color: rgb(157,202,155); }
H1.HeaderClassName
{
color: #9DCA9B;
}
.AnyTagClassName
{
color: #9DCA9B;
}
</style>
background-color css
<style>
a { background-color: #9DCA9B; }
a { background-color: rgb(157,202,155); }
div.DivClassName
{
background-color: #9DCA9B;
}
.BgClassName
{
background-color: #9DCA9B;
}
</style>
border-color css
<style>
span { border-color: #9DCA9B; }
span { border-color: rgb(157,202,155); }
td.TdClassName
{
border-color: #9DCA9B;
}
.TagClassName
{
border-color: #9DCA9B;
}
</style>