Shades of Spring Rain #ADCC9C
Tints of Spring Rain #ADCC9C
RGB
CMYK
RGB Variations
Color information
#ADCC9C (or 0xADCC9C) is known color: Spring Rain. HEX triplet: AD, CC and 9C. RGB value is (173,204,156). Sum of RGB (Red+Green+Blue) = 173+204+156=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC9C is #523363. Grayscale: #BDBDBD. Windows color (decimal): -5387108 or 10276013. OLE color: 10276013.
HSL color Cylindrical-coordinate representation of color #ADCC9C: hue angle of 98.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADCC9C is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 156 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.2 |
| HSL | 98.75º | 0.32% | 0.71% | - |
| HSV(B) | 98.75º | 0.24% | 0.8% | - |
| XYZ | 44.83 | 54.47 | 39.6 | - |
| YUV | 189.26 | 109.23 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 156 | 0.15 | 0 | 0.24 | 0.2 | 98.75 | 0.32 | 0.71 |
| Hex | AD | CC | 9C | F | 0 | 18 | 14 | 63 | 20 | 47 |
| Octal | 255 | 314 | 234 | 17 | 0 | 30 | 24 | 143 | 40 | 107 |
| Binary | 10101101 | 11001100 | 10011100 | 1111 | 0 | 11000 | 10100 | 1100011 | 100000 | 1000111 |
Color Harmonies of #ADCC9C
Complementary color
Monochromatic Colors of #ADCC9C
Black with #ADCC9C
Text Example
Text Example
White with #ADCC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC9C; }
p { color: rgb(173,204,156); }
H1.HeaderClassName
{
color: #ADCC9C;
}
.AnyTagClassName
{
color: #ADCC9C;
}
</style>
background-color css
<style>
a { background-color: #ADCC9C; }
a { background-color: rgb(173,204,156); }
div.DivClassName
{
background-color: #ADCC9C;
}
.BgClassName
{
background-color: #ADCC9C;
}
</style>
border-color css
<style>
span { border-color: #ADCC9C; }
span { border-color: rgb(173,204,156); }
td.TdClassName
{
border-color: #ADCC9C;
}
.TagClassName
{
border-color: #ADCC9C;
}
</style>