Shades of Spring Rain #ADCDA1
Tints of Spring Rain #ADCDA1
RGB
CMYK
RGB Variations
Color information
#ADCDA1 (or 0xADCDA1) is known color: Spring Rain. HEX triplet: AD, CD and A1. RGB value is (173,205,161). Sum of RGB (Red+Green+Blue) = 173+205+161=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDA1 is #52325E. Grayscale: #BEBEBE. Windows color (decimal): -5386847 or 10603949. OLE color: 10603949.
HSL color Cylindrical-coordinate representation of color #ADCDA1: hue angle of 103.64º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADCDA1 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 161 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.20 |
| HSL | 103.64º | 0.31% | 0.72% | - |
| HSV(B) | 103.64º | 0.21% | 0.8% | - |
| XYZ | 45.5 | 55.12 | 41.96 | - |
| YUV | 190.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 161 | 0.16 | 0 | 0.21 | 0.20 | 103.64 | 0.31 | 0.72 |
| Hex | AD | CD | A1 | 10 | 0 | 15 | 14 | 68 | 1F | 48 |
| Octal | 255 | 315 | 241 | 20 | 0 | 25 | 24 | 150 | 37 | 110 |
| Binary | 10101101 | 11001101 | 10100001 | 10000 | 0 | 10101 | 10100 | 1101000 | 11111 | 1001000 |
Color Harmonies of #ADCDA1
Complementary color
Monochromatic Colors of #ADCDA1
Black with #ADCDA1
Text Example
Text Example
White with #ADCDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDA1; }
p { color: rgb(173,205,161); }
H1.HeaderClassName
{
color: #ADCDA1;
}
.AnyTagClassName
{
color: #ADCDA1;
}
</style>
background-color css
<style>
a { background-color: #ADCDA1; }
a { background-color: rgb(173,205,161); }
div.DivClassName
{
background-color: #ADCDA1;
}
.BgClassName
{
background-color: #ADCDA1;
}
</style>
border-color css
<style>
span { border-color: #ADCDA1; }
span { border-color: rgb(173,205,161); }
td.TdClassName
{
border-color: #ADCDA1;
}
.TagClassName
{
border-color: #ADCDA1;
}
</style>