Shades of Spring Rain #9DC29B
Tints of Spring Rain #9DC29B
RGB
CMYK
RGB Variations
Color information
#9DC29B (or 0x9DC29B) is known color: Spring Rain. HEX triplet: 9D, C2 and 9B. RGB value is (157,194,155). Sum of RGB (Red+Green+Blue) = 157+194+155=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC29B is #623D64. Grayscale: #B2B2B2. Windows color (decimal): -6438245 or 10207901. OLE color: 10207901.
HSL color Cylindrical-coordinate representation of color #9DC29B: hue angle of 116.92º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DC29B is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 155 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.24 |
| HSL | 116.92º | 0.24% | 0.68% | - |
| HSV(B) | 116.92º | 0.2% | 0.76% | - |
| XYZ | 39.11 | 48.12 | 38.24 | - |
| YUV | 178.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 155 | 0.19 | 0 | 0.20 | 0.24 | 116.92 | 0.24 | 0.68 |
| Hex | 9D | C2 | 9B | 13 | 0 | 14 | 18 | 75 | 18 | 44 |
| Octal | 235 | 302 | 233 | 23 | 0 | 24 | 30 | 165 | 30 | 104 |
| Binary | 10011101 | 11000010 | 10011011 | 10011 | 0 | 10100 | 11000 | 1110101 | 11000 | 1000100 |
Color Harmonies of #9DC29B
Complementary color
Monochromatic Colors of #9DC29B
Black with #9DC29B
Text Example
Text Example
White with #9DC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC29B; }
p { color: rgb(157,194,155); }
H1.HeaderClassName
{
color: #9DC29B;
}
.AnyTagClassName
{
color: #9DC29B;
}
</style>
background-color css
<style>
a { background-color: #9DC29B; }
a { background-color: rgb(157,194,155); }
div.DivClassName
{
background-color: #9DC29B;
}
.BgClassName
{
background-color: #9DC29B;
}
</style>
border-color css
<style>
span { border-color: #9DC29B; }
span { border-color: rgb(157,194,155); }
td.TdClassName
{
border-color: #9DC29B;
}
.TagClassName
{
border-color: #9DC29B;
}
</style>