Shades of Spring Rain #9DCA98
Tints of Spring Rain #9DCA98
RGB
CMYK
RGB Variations
Color information
#9DCA98 (or 0x9DCA98) is known color: Spring Rain. HEX triplet: 9D, CA and 98. RGB value is (157,202,152). Sum of RGB (Red+Green+Blue) = 157+202+152=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCA98 is #623567. Grayscale: #B7B7B7. Windows color (decimal): -6436200 or 10013341. OLE color: 10013341.
HSL color Cylindrical-coordinate representation of color #9DCA98: hue angle of 114º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DCA98 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 152 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.21 |
| HSL | 114º | 0.32% | 0.69% | - |
| HSV(B) | 114º | 0.25% | 0.79% | - |
| XYZ | 40.69 | 51.68 | 37.54 | - |
| YUV | 182.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 152 | 0.22 | 0 | 0.25 | 0.21 | 114 | 0.32 | 0.69 |
| Hex | 9D | CA | 98 | 16 | 0 | 19 | 15 | 72 | 20 | 45 |
| Octal | 235 | 312 | 230 | 26 | 0 | 31 | 25 | 162 | 40 | 105 |
| Binary | 10011101 | 11001010 | 10011000 | 10110 | 0 | 11001 | 10101 | 1110010 | 100000 | 1000101 |
Color Harmonies of #9DCA98
Complementary color
Monochromatic Colors of #9DCA98
Black with #9DCA98
Text Example
Text Example
White with #9DCA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCA98; }
p { color: rgb(157,202,152); }
H1.HeaderClassName
{
color: #9DCA98;
}
.AnyTagClassName
{
color: #9DCA98;
}
</style>
background-color css
<style>
a { background-color: #9DCA98; }
a { background-color: rgb(157,202,152); }
div.DivClassName
{
background-color: #9DCA98;
}
.BgClassName
{
background-color: #9DCA98;
}
</style>
border-color css
<style>
span { border-color: #9DCA98; }
span { border-color: rgb(157,202,152); }
td.TdClassName
{
border-color: #9DCA98;
}
.TagClassName
{
border-color: #9DCA98;
}
</style>