Shades of Spring Rain #ADC49E
Tints of Spring Rain #ADC49E
RGB
CMYK
RGB Variations
Color information
#ADC49E (or 0xADC49E) is known color: Spring Rain. HEX triplet: AD, C4 and 9E. RGB value is (173,196,158). Sum of RGB (Red+Green+Blue) = 173+196+158=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC49E is #523B61. Grayscale: #B8B8B8. Windows color (decimal): -5389154 or 10405037. OLE color: 10405037.
HSL color Cylindrical-coordinate representation of color #ADC49E: hue angle of 96.32º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADC49E is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 158 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.23 |
| HSL | 96.32º | 0.24% | 0.69% | - |
| HSV(B) | 96.32º | 0.19% | 0.77% | - |
| XYZ | 43.15 | 50.83 | 39.89 | - |
| YUV | 184.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 158 | 0.12 | 0 | 0.19 | 0.23 | 96.32 | 0.24 | 0.69 |
| Hex | AD | C4 | 9E | C | 0 | 13 | 17 | 60 | 18 | 45 |
| Octal | 255 | 304 | 236 | 14 | 0 | 23 | 27 | 140 | 30 | 105 |
| Binary | 10101101 | 11000100 | 10011110 | 1100 | 0 | 10011 | 10111 | 1100000 | 11000 | 1000101 |
Color Harmonies of #ADC49E
Complementary color
Monochromatic Colors of #ADC49E
Black with #ADC49E
Text Example
Text Example
White with #ADC49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC49E; }
p { color: rgb(173,196,158); }
H1.HeaderClassName
{
color: #ADC49E;
}
.AnyTagClassName
{
color: #ADC49E;
}
</style>
background-color css
<style>
a { background-color: #ADC49E; }
a { background-color: rgb(173,196,158); }
div.DivClassName
{
background-color: #ADC49E;
}
.BgClassName
{
background-color: #ADC49E;
}
</style>
border-color css
<style>
span { border-color: #ADC49E; }
span { border-color: rgb(173,196,158); }
td.TdClassName
{
border-color: #ADC49E;
}
.TagClassName
{
border-color: #ADC49E;
}
</style>