Shades of Spring Rain #ADCC9E
Tints of Spring Rain #ADCC9E
RGB
CMYK
RGB Variations
Color information
#ADCC9E (or 0xADCC9E) is known color: Spring Rain. HEX triplet: AD, CC and 9E. RGB value is (173,204,158). Sum of RGB (Red+Green+Blue) = 173+204+158=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC9E is #523361. Grayscale: #BDBDBD. Windows color (decimal): -5387106 or 10407085. OLE color: 10407085.
HSL color Cylindrical-coordinate representation of color #ADCC9E: hue angle of 100.43º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADCC9E is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 158 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.2 |
| HSL | 100.43º | 0.31% | 0.71% | - |
| HSV(B) | 100.43º | 0.23% | 0.8% | - |
| XYZ | 45 | 54.54 | 40.5 | - |
| YUV | 189.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 158 | 0.15 | 0 | 0.23 | 0.2 | 100.43 | 0.31 | 0.71 |
| Hex | AD | CC | 9E | F | 0 | 17 | 14 | 64 | 1F | 47 |
| Octal | 255 | 314 | 236 | 17 | 0 | 27 | 24 | 144 | 37 | 107 |
| Binary | 10101101 | 11001100 | 10011110 | 1111 | 0 | 10111 | 10100 | 1100100 | 11111 | 1000111 |
Color Harmonies of #ADCC9E
Complementary color
Monochromatic Colors of #ADCC9E
Black with #ADCC9E
Text Example
Text Example
White with #ADCC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC9E; }
p { color: rgb(173,204,158); }
H1.HeaderClassName
{
color: #ADCC9E;
}
.AnyTagClassName
{
color: #ADCC9E;
}
</style>
background-color css
<style>
a { background-color: #ADCC9E; }
a { background-color: rgb(173,204,158); }
div.DivClassName
{
background-color: #ADCC9E;
}
.BgClassName
{
background-color: #ADCC9E;
}
</style>
border-color css
<style>
span { border-color: #ADCC9E; }
span { border-color: rgb(173,204,158); }
td.TdClassName
{
border-color: #ADCC9E;
}
.TagClassName
{
border-color: #ADCC9E;
}
</style>