Shades of Spring Rain #ADC7A0
Tints of Spring Rain #ADC7A0
RGB
CMYK
RGB Variations
Color information
#ADC7A0 (or 0xADC7A0) is known color: Spring Rain. HEX triplet: AD, C7 and A0. RGB value is (173,199,160). Sum of RGB (Red+Green+Blue) = 173+199+160=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC7A0 is #52385F. Grayscale: #BABABA. Windows color (decimal): -5388384 or 10536877. OLE color: 10536877.
HSL color Cylindrical-coordinate representation of color #ADC7A0: hue angle of 100º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC7A0 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 160 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.22 |
| HSL | 100º | 0.26% | 0.7% | - |
| HSV(B) | 100º | 0.2% | 0.78% | - |
| XYZ | 44 | 52.27 | 41.03 | - |
| YUV | 186.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 160 | 0.13 | 0 | 0.20 | 0.22 | 100 | 0.26 | 0.7 |
| Hex | AD | C7 | A0 | D | 0 | 14 | 16 | 64 | 1A | 46 |
| Octal | 255 | 307 | 240 | 15 | 0 | 24 | 26 | 144 | 32 | 106 |
| Binary | 10101101 | 11000111 | 10100000 | 1101 | 0 | 10100 | 10110 | 1100100 | 11010 | 1000110 |
Color Harmonies of #ADC7A0
Complementary color
Monochromatic Colors of #ADC7A0
Black with #ADC7A0
Text Example
Text Example
White with #ADC7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7A0; }
p { color: rgb(173,199,160); }
H1.HeaderClassName
{
color: #ADC7A0;
}
.AnyTagClassName
{
color: #ADC7A0;
}
</style>
background-color css
<style>
a { background-color: #ADC7A0; }
a { background-color: rgb(173,199,160); }
div.DivClassName
{
background-color: #ADC7A0;
}
.BgClassName
{
background-color: #ADC7A0;
}
</style>
border-color css
<style>
span { border-color: #ADC7A0; }
span { border-color: rgb(173,199,160); }
td.TdClassName
{
border-color: #ADC7A0;
}
.TagClassName
{
border-color: #ADC7A0;
}
</style>