Shades of Spring Rain #9DC093
Tints of Spring Rain #9DC093
RGB
CMYK
RGB Variations
Color information
#9DC093 (or 0x9DC093) is known color: Spring Rain. HEX triplet: 9D, C0 and 93. RGB value is (157,192,147). Sum of RGB (Red+Green+Blue) = 157+192+147=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC093 is #623F6C. Grayscale: #B0B0B0. Windows color (decimal): -6438765 or 9683101. OLE color: 9683101.
HSL color Cylindrical-coordinate representation of color #9DC093: hue angle of 106.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DC093 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 147 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.25 |
| HSL | 106.67º | 0.26% | 0.66% | - |
| HSV(B) | 106.67º | 0.23% | 0.75% | - |
| XYZ | 38.02 | 46.97 | 34.67 | - |
| YUV | 176.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 147 | 0.18 | 0 | 0.23 | 0.25 | 106.67 | 0.26 | 0.66 |
| Hex | 9D | C0 | 93 | 12 | 0 | 17 | 19 | 6B | 1A | 42 |
| Octal | 235 | 300 | 223 | 22 | 0 | 27 | 31 | 153 | 32 | 102 |
| Binary | 10011101 | 11000000 | 10010011 | 10010 | 0 | 10111 | 11001 | 1101011 | 11010 | 1000010 |
Color Harmonies of #9DC093
Complementary color
Monochromatic Colors of #9DC093
Black with #9DC093
Text Example
Text Example
White with #9DC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC093; }
p { color: rgb(157,192,147); }
H1.HeaderClassName
{
color: #9DC093;
}
.AnyTagClassName
{
color: #9DC093;
}
</style>
background-color css
<style>
a { background-color: #9DC093; }
a { background-color: rgb(157,192,147); }
div.DivClassName
{
background-color: #9DC093;
}
.BgClassName
{
background-color: #9DC093;
}
</style>
border-color css
<style>
span { border-color: #9DC093; }
span { border-color: rgb(157,192,147); }
td.TdClassName
{
border-color: #9DC093;
}
.TagClassName
{
border-color: #9DC093;
}
</style>