Shades of Spring Rain #ADC49F
Tints of Spring Rain #ADC49F
RGB
CMYK
RGB Variations
Color information
#ADC49F (or 0xADC49F) is known color: Spring Rain. HEX triplet: AD, C4 and 9F. RGB value is (173,196,159). Sum of RGB (Red+Green+Blue) = 173+196+159=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC49F is #523B60. Grayscale: #B9B9B9. Windows color (decimal): -5389153 or 10470573. OLE color: 10470573.
HSL color Cylindrical-coordinate representation of color #ADC49F: hue angle of 97.3º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADC49F is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 159 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.23 |
| HSL | 97.3º | 0.24% | 0.7% | - |
| HSV(B) | 97.3º | 0.19% | 0.77% | - |
| XYZ | 43.23 | 50.87 | 40.34 | - |
| YUV | 184.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 159 | 0.12 | 0 | 0.19 | 0.23 | 97.3 | 0.24 | 0.7 |
| Hex | AD | C4 | 9F | C | 0 | 13 | 17 | 61 | 18 | 46 |
| Octal | 255 | 304 | 237 | 14 | 0 | 23 | 27 | 141 | 30 | 106 |
| Binary | 10101101 | 11000100 | 10011111 | 1100 | 0 | 10011 | 10111 | 1100001 | 11000 | 1000110 |
Color Harmonies of #ADC49F
Complementary color
Monochromatic Colors of #ADC49F
Black with #ADC49F
Text Example
Text Example
White with #ADC49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC49F; }
p { color: rgb(173,196,159); }
H1.HeaderClassName
{
color: #ADC49F;
}
.AnyTagClassName
{
color: #ADC49F;
}
</style>
background-color css
<style>
a { background-color: #ADC49F; }
a { background-color: rgb(173,196,159); }
div.DivClassName
{
background-color: #ADC49F;
}
.BgClassName
{
background-color: #ADC49F;
}
</style>
border-color css
<style>
span { border-color: #ADC49F; }
span { border-color: rgb(173,196,159); }
td.TdClassName
{
border-color: #ADC49F;
}
.TagClassName
{
border-color: #ADC49F;
}
</style>