Shades of Spring Rain #ADCFA0
Tints of Spring Rain #ADCFA0
RGB
CMYK
RGB Variations
Color information
#ADCFA0 (or 0xADCFA0) is known color: Spring Rain. HEX triplet: AD, CF and A0. RGB value is (173,207,160). Sum of RGB (Red+Green+Blue) = 173+207+160=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCFA0 is #52305F. Grayscale: #BFBFBF. Windows color (decimal): -5386336 or 10538925. OLE color: 10538925.
HSL color Cylindrical-coordinate representation of color #ADCFA0: hue angle of 103.4º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADCFA0 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 160 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.19 |
| HSL | 103.4º | 0.33% | 0.72% | - |
| HSV(B) | 103.4º | 0.23% | 0.81% | - |
| XYZ | 45.89 | 56.05 | 41.66 | - |
| YUV | 191.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 160 | 0.16 | 0 | 0.23 | 0.19 | 103.4 | 0.33 | 0.72 |
| Hex | AD | CF | A0 | 10 | 0 | 17 | 13 | 67 | 21 | 48 |
| Octal | 255 | 317 | 240 | 20 | 0 | 27 | 23 | 147 | 41 | 110 |
| Binary | 10101101 | 11001111 | 10100000 | 10000 | 0 | 10111 | 10011 | 1100111 | 100001 | 1001000 |
Color Harmonies of #ADCFA0
Complementary color
Monochromatic Colors of #ADCFA0
Black with #ADCFA0
Text Example
Text Example
White with #ADCFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFA0; }
p { color: rgb(173,207,160); }
H1.HeaderClassName
{
color: #ADCFA0;
}
.AnyTagClassName
{
color: #ADCFA0;
}
</style>
background-color css
<style>
a { background-color: #ADCFA0; }
a { background-color: rgb(173,207,160); }
div.DivClassName
{
background-color: #ADCFA0;
}
.BgClassName
{
background-color: #ADCFA0;
}
</style>
border-color css
<style>
span { border-color: #ADCFA0; }
span { border-color: rgb(173,207,160); }
td.TdClassName
{
border-color: #ADCFA0;
}
.TagClassName
{
border-color: #ADCFA0;
}
</style>