Shades of Spring Rain #ADC5A0
Tints of Spring Rain #ADC5A0
RGB
CMYK
RGB Variations
Color information
#ADC5A0 (or 0xADC5A0) is known color: Spring Rain. HEX triplet: AD, C5 and A0. RGB value is (173,197,160). Sum of RGB (Red+Green+Blue) = 173+197+160=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC5A0 is #523A5F. Grayscale: #B9B9B9. Windows color (decimal): -5388896 or 10536365. OLE color: 10536365.
HSL color Cylindrical-coordinate representation of color #ADC5A0: hue angle of 98.92º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADC5A0 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 160 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.23 |
| HSL | 98.92º | 0.24% | 0.7% | - |
| HSV(B) | 98.92º | 0.19% | 0.77% | - |
| XYZ | 43.55 | 51.35 | 40.88 | - |
| YUV | 185.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 160 | 0.12 | 0 | 0.19 | 0.23 | 98.92 | 0.24 | 0.7 |
| Hex | AD | C5 | A0 | C | 0 | 13 | 17 | 63 | 18 | 46 |
| Octal | 255 | 305 | 240 | 14 | 0 | 23 | 27 | 143 | 30 | 106 |
| Binary | 10101101 | 11000101 | 10100000 | 1100 | 0 | 10011 | 10111 | 1100011 | 11000 | 1000110 |
Color Harmonies of #ADC5A0
Complementary color
Monochromatic Colors of #ADC5A0
Black with #ADC5A0
Text Example
Text Example
White with #ADC5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5A0; }
p { color: rgb(173,197,160); }
H1.HeaderClassName
{
color: #ADC5A0;
}
.AnyTagClassName
{
color: #ADC5A0;
}
</style>
background-color css
<style>
a { background-color: #ADC5A0; }
a { background-color: rgb(173,197,160); }
div.DivClassName
{
background-color: #ADC5A0;
}
.BgClassName
{
background-color: #ADC5A0;
}
</style>
border-color css
<style>
span { border-color: #ADC5A0; }
span { border-color: rgb(173,197,160); }
td.TdClassName
{
border-color: #ADC5A0;
}
.TagClassName
{
border-color: #ADC5A0;
}
</style>