Shades of Spring Rain #9DC49B
Tints of Spring Rain #9DC49B
RGB
CMYK
RGB Variations
Color information
#9DC49B (or 0x9DC49B) is known color: Spring Rain. HEX triplet: 9D, C4 and 9B. RGB value is (157,196,155). Sum of RGB (Red+Green+Blue) = 157+196+155=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC49B is #623B64. Grayscale: #B3B3B3. Windows color (decimal): -6437733 or 10208413. OLE color: 10208413.
HSL color Cylindrical-coordinate representation of color #9DC49B: hue angle of 117.07º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DC49B is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 155 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.23 |
| HSL | 117.07º | 0.26% | 0.69% | - |
| HSV(B) | 117.07º | 0.21% | 0.77% | - |
| XYZ | 39.56 | 49.01 | 38.39 | - |
| YUV | 179.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 155 | 0.20 | 0 | 0.21 | 0.23 | 117.07 | 0.26 | 0.69 |
| Hex | 9D | C4 | 9B | 14 | 0 | 15 | 17 | 75 | 1A | 45 |
| Octal | 235 | 304 | 233 | 24 | 0 | 25 | 27 | 165 | 32 | 105 |
| Binary | 10011101 | 11000100 | 10011011 | 10100 | 0 | 10101 | 10111 | 1110101 | 11010 | 1000101 |
Color Harmonies of #9DC49B
Complementary color
Monochromatic Colors of #9DC49B
Black with #9DC49B
Text Example
Text Example
White with #9DC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC49B; }
p { color: rgb(157,196,155); }
H1.HeaderClassName
{
color: #9DC49B;
}
.AnyTagClassName
{
color: #9DC49B;
}
</style>
background-color css
<style>
a { background-color: #9DC49B; }
a { background-color: rgb(157,196,155); }
div.DivClassName
{
background-color: #9DC49B;
}
.BgClassName
{
background-color: #9DC49B;
}
</style>
border-color css
<style>
span { border-color: #9DC49B; }
span { border-color: rgb(157,196,155); }
td.TdClassName
{
border-color: #9DC49B;
}
.TagClassName
{
border-color: #9DC49B;
}
</style>