Shades of Spring Rain #9DCA92
Tints of Spring Rain #9DCA92
RGB
CMYK
RGB Variations
Color information
#9DCA92 (or 0x9DCA92) is known color: Spring Rain. HEX triplet: 9D, CA and 92. RGB value is (157,202,146). Sum of RGB (Red+Green+Blue) = 157+202+146=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCA92 is #62356D. Grayscale: #B6B6B6. Windows color (decimal): -6436206 or 9620125. OLE color: 9620125.
HSL color Cylindrical-coordinate representation of color #9DCA92: hue angle of 108.21º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DCA92 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 146 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.21 |
| HSL | 108.21º | 0.35% | 0.68% | - |
| HSV(B) | 108.21º | 0.28% | 0.79% | - |
| XYZ | 40.21 | 51.48 | 35.01 | - |
| YUV | 182.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 146 | 0.22 | 0 | 0.28 | 0.21 | 108.21 | 0.35 | 0.68 |
| Hex | 9D | CA | 92 | 16 | 0 | 1C | 15 | 6C | 23 | 44 |
| Octal | 235 | 312 | 222 | 26 | 0 | 34 | 25 | 154 | 43 | 104 |
| Binary | 10011101 | 11001010 | 10010010 | 10110 | 0 | 11100 | 10101 | 1101100 | 100011 | 1000100 |
Color Harmonies of #9DCA92
Complementary color
Monochromatic Colors of #9DCA92
Black with #9DCA92
Text Example
Text Example
White with #9DCA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCA92; }
p { color: rgb(157,202,146); }
H1.HeaderClassName
{
color: #9DCA92;
}
.AnyTagClassName
{
color: #9DCA92;
}
</style>
background-color css
<style>
a { background-color: #9DCA92; }
a { background-color: rgb(157,202,146); }
div.DivClassName
{
background-color: #9DCA92;
}
.BgClassName
{
background-color: #9DCA92;
}
</style>
border-color css
<style>
span { border-color: #9DCA92; }
span { border-color: rgb(157,202,146); }
td.TdClassName
{
border-color: #9DCA92;
}
.TagClassName
{
border-color: #9DCA92;
}
</style>