Shades of Spring Rain #ADCF9D
Tints of Spring Rain #ADCF9D
RGB
CMYK
RGB Variations
Color information
#ADCF9D (or 0xADCF9D) is known color: Spring Rain. HEX triplet: AD, CF and 9D. RGB value is (173,207,157). Sum of RGB (Red+Green+Blue) = 173+207+157=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCF9D is #523062. Grayscale: #BFBFBF. Windows color (decimal): -5386339 or 10342317. OLE color: 10342317.
HSL color Cylindrical-coordinate representation of color #ADCF9D: hue angle of 100.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADCF9D is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 157 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.19 |
| HSL | 100.8º | 0.34% | 0.71% | - |
| HSV(B) | 100.8º | 0.24% | 0.81% | - |
| XYZ | 45.63 | 55.94 | 40.29 | - |
| YUV | 191.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 157 | 0.16 | 0 | 0.24 | 0.19 | 100.8 | 0.34 | 0.71 |
| Hex | AD | CF | 9D | 10 | 0 | 18 | 13 | 65 | 22 | 47 |
| Octal | 255 | 317 | 235 | 20 | 0 | 30 | 23 | 145 | 42 | 107 |
| Binary | 10101101 | 11001111 | 10011101 | 10000 | 0 | 11000 | 10011 | 1100101 | 100010 | 1000111 |
Color Harmonies of #ADCF9D
Complementary color
Monochromatic Colors of #ADCF9D
Black with #ADCF9D
Text Example
Text Example
White with #ADCF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF9D; }
p { color: rgb(173,207,157); }
H1.HeaderClassName
{
color: #ADCF9D;
}
.AnyTagClassName
{
color: #ADCF9D;
}
</style>
background-color css
<style>
a { background-color: #ADCF9D; }
a { background-color: rgb(173,207,157); }
div.DivClassName
{
background-color: #ADCF9D;
}
.BgClassName
{
background-color: #ADCF9D;
}
</style>
border-color css
<style>
span { border-color: #ADCF9D; }
span { border-color: rgb(173,207,157); }
td.TdClassName
{
border-color: #ADCF9D;
}
.TagClassName
{
border-color: #ADCF9D;
}
</style>