Shades of Spring Rain #ADC4A0
Tints of Spring Rain #ADC4A0
RGB
CMYK
RGB Variations
Color information
#ADC4A0 (or 0xADC4A0) is known color: Spring Rain. HEX triplet: AD, C4 and A0. RGB value is (173,196,160). Sum of RGB (Red+Green+Blue) = 173+196+160=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC4A0 is #523B5F. Grayscale: #B9B9B9. Windows color (decimal): -5389152 or 10536109. OLE color: 10536109.
HSL color Cylindrical-coordinate representation of color #ADC4A0: hue angle of 98.33º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADC4A0 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 160 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.23 |
| HSL | 98.33º | 0.23% | 0.7% | - |
| HSV(B) | 98.33º | 0.18% | 0.77% | - |
| XYZ | 43.32 | 50.9 | 40.8 | - |
| YUV | 185.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 160 | 0.12 | 0 | 0.18 | 0.23 | 98.33 | 0.23 | 0.7 |
| Hex | AD | C4 | A0 | C | 0 | 12 | 17 | 62 | 17 | 46 |
| Octal | 255 | 304 | 240 | 14 | 0 | 22 | 27 | 142 | 27 | 106 |
| Binary | 10101101 | 11000100 | 10100000 | 1100 | 0 | 10010 | 10111 | 1100010 | 10111 | 1000110 |
Color Harmonies of #ADC4A0
Complementary color
Monochromatic Colors of #ADC4A0
Black with #ADC4A0
Text Example
Text Example
White with #ADC4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4A0; }
p { color: rgb(173,196,160); }
H1.HeaderClassName
{
color: #ADC4A0;
}
.AnyTagClassName
{
color: #ADC4A0;
}
</style>
background-color css
<style>
a { background-color: #ADC4A0; }
a { background-color: rgb(173,196,160); }
div.DivClassName
{
background-color: #ADC4A0;
}
.BgClassName
{
background-color: #ADC4A0;
}
</style>
border-color css
<style>
span { border-color: #ADC4A0; }
span { border-color: rgb(173,196,160); }
td.TdClassName
{
border-color: #ADC4A0;
}
.TagClassName
{
border-color: #ADC4A0;
}
</style>