Shades of Spring Rain #9DC08D
Tints of Spring Rain #9DC08D
RGB
CMYK
RGB Variations
Color information
#9DC08D (or 0x9DC08D) is known color: Spring Rain. HEX triplet: 9D, C0 and 8D. RGB value is (157,192,141). Sum of RGB (Red+Green+Blue) = 157+192+141=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC08D is #623F72. Grayscale: #AFAFAF. Windows color (decimal): -6438771 or 9289885. OLE color: 9289885.
HSL color Cylindrical-coordinate representation of color #9DC08D: hue angle of 101.18º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DC08D is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 141 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.25 |
| HSL | 101.18º | 0.29% | 0.65% | - |
| HSV(B) | 101.18º | 0.27% | 0.75% | - |
| XYZ | 37.56 | 46.79 | 32.25 | - |
| YUV | 175.72 | 108.4 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 141 | 0.18 | 0 | 0.27 | 0.25 | 101.18 | 0.29 | 0.65 |
| Hex | 9D | C0 | 8D | 12 | 0 | 1B | 19 | 65 | 1D | 41 |
| Octal | 235 | 300 | 215 | 22 | 0 | 33 | 31 | 145 | 35 | 101 |
| Binary | 10011101 | 11000000 | 10001101 | 10010 | 0 | 11011 | 11001 | 1100101 | 11101 | 1000001 |
Color Harmonies of #9DC08D
Complementary color
Monochromatic Colors of #9DC08D
Black with #9DC08D
Text Example
Text Example
White with #9DC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC08D; }
p { color: rgb(157,192,141); }
H1.HeaderClassName
{
color: #9DC08D;
}
.AnyTagClassName
{
color: #9DC08D;
}
</style>
background-color css
<style>
a { background-color: #9DC08D; }
a { background-color: rgb(157,192,141); }
div.DivClassName
{
background-color: #9DC08D;
}
.BgClassName
{
background-color: #9DC08D;
}
</style>
border-color css
<style>
span { border-color: #9DC08D; }
span { border-color: rgb(157,192,141); }
td.TdClassName
{
border-color: #9DC08D;
}
.TagClassName
{
border-color: #9DC08D;
}
</style>