Shades of Spring Rain #ADC6A2
Tints of Spring Rain #ADC6A2
RGB
CMYK
RGB Variations
Color information
#ADC6A2 (or 0xADC6A2) is known color: Spring Rain. HEX triplet: AD, C6 and A2. RGB value is (173,198,162). Sum of RGB (Red+Green+Blue) = 173+198+162=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC6A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC6A2 is #52395D. Grayscale: #BABABA. Windows color (decimal): -5388638 or 10667693. OLE color: 10667693.
HSL color Cylindrical-coordinate representation of color #ADC6A2: hue angle of 101.67º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADC6A2 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 162 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.22 |
| HSL | 101.67º | 0.24% | 0.71% | - |
| HSV(B) | 101.67º | 0.18% | 0.78% | - |
| XYZ | 43.95 | 51.88 | 41.88 | - |
| YUV | 186.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 162 | 0.13 | 0 | 0.18 | 0.22 | 101.67 | 0.24 | 0.71 |
| Hex | AD | C6 | A2 | D | 0 | 12 | 16 | 66 | 18 | 47 |
| Octal | 255 | 306 | 242 | 15 | 0 | 22 | 26 | 146 | 30 | 107 |
| Binary | 10101101 | 11000110 | 10100010 | 1101 | 0 | 10010 | 10110 | 1100110 | 11000 | 1000111 |
Color Harmonies of #ADC6A2
Complementary color
Monochromatic Colors of #ADC6A2
Black with #ADC6A2
Text Example
Text Example
White with #ADC6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6A2; }
p { color: rgb(173,198,162); }
H1.HeaderClassName
{
color: #ADC6A2;
}
.AnyTagClassName
{
color: #ADC6A2;
}
</style>
background-color css
<style>
a { background-color: #ADC6A2; }
a { background-color: rgb(173,198,162); }
div.DivClassName
{
background-color: #ADC6A2;
}
.BgClassName
{
background-color: #ADC6A2;
}
</style>
border-color css
<style>
span { border-color: #ADC6A2; }
span { border-color: rgb(173,198,162); }
td.TdClassName
{
border-color: #ADC6A2;
}
.TagClassName
{
border-color: #ADC6A2;
}
</style>