Shades of Spring Rain #9DC18E
Tints of Spring Rain #9DC18E
RGB
CMYK
RGB Variations
Color information
#9DC18E (or 0x9DC18E) is known color: Spring Rain. HEX triplet: 9D, C1 and 8E. RGB value is (157,193,142). Sum of RGB (Red+Green+Blue) = 157+193+142=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC18E is #623E71. Grayscale: #B0B0B0. Windows color (decimal): -6438514 or 9355677. OLE color: 9355677.
HSL color Cylindrical-coordinate representation of color #9DC18E: hue angle of 102.35º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DC18E is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 142 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.24 |
| HSL | 102.35º | 0.29% | 0.66% | - |
| HSV(B) | 102.35º | 0.26% | 0.76% | - |
| XYZ | 37.86 | 47.26 | 32.72 | - |
| YUV | 176.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 142 | 0.19 | 0 | 0.26 | 0.24 | 102.35 | 0.29 | 0.66 |
| Hex | 9D | C1 | 8E | 13 | 0 | 1A | 18 | 66 | 1D | 42 |
| Octal | 235 | 301 | 216 | 23 | 0 | 32 | 30 | 146 | 35 | 102 |
| Binary | 10011101 | 11000001 | 10001110 | 10011 | 0 | 11010 | 11000 | 1100110 | 11101 | 1000010 |
Color Harmonies of #9DC18E
Complementary color
Monochromatic Colors of #9DC18E
Black with #9DC18E
Text Example
Text Example
White with #9DC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC18E; }
p { color: rgb(157,193,142); }
H1.HeaderClassName
{
color: #9DC18E;
}
.AnyTagClassName
{
color: #9DC18E;
}
</style>
background-color css
<style>
a { background-color: #9DC18E; }
a { background-color: rgb(157,193,142); }
div.DivClassName
{
background-color: #9DC18E;
}
.BgClassName
{
background-color: #9DC18E;
}
</style>
border-color css
<style>
span { border-color: #9DC18E; }
span { border-color: rgb(157,193,142); }
td.TdClassName
{
border-color: #9DC18E;
}
.TagClassName
{
border-color: #9DC18E;
}
</style>