Shades of Spring Rain #ADCEA1
Tints of Spring Rain #ADCEA1
RGB
CMYK
RGB Variations
Color information
#ADCEA1 (or 0xADCEA1) is known color: Spring Rain. HEX triplet: AD, CE and A1. RGB value is (173,206,161). Sum of RGB (Red+Green+Blue) = 173+206+161=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEA1 is #52315E. Grayscale: #BFBFBF. Windows color (decimal): -5386591 or 10604205. OLE color: 10604205.
HSL color Cylindrical-coordinate representation of color #ADCEA1: hue angle of 104º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADCEA1 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 161 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.19 |
| HSL | 104º | 0.31% | 0.72% | - |
| HSV(B) | 104º | 0.22% | 0.81% | - |
| XYZ | 45.74 | 55.6 | 42.04 | - |
| YUV | 191 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 161 | 0.16 | 0 | 0.22 | 0.19 | 104 | 0.31 | 0.72 |
| Hex | AD | CE | A1 | 10 | 0 | 16 | 13 | 68 | 1F | 48 |
| Octal | 255 | 316 | 241 | 20 | 0 | 26 | 23 | 150 | 37 | 110 |
| Binary | 10101101 | 11001110 | 10100001 | 10000 | 0 | 10110 | 10011 | 1101000 | 11111 | 1001000 |
Color Harmonies of #ADCEA1
Complementary color
Monochromatic Colors of #ADCEA1
Black with #ADCEA1
Text Example
Text Example
White with #ADCEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEA1; }
p { color: rgb(173,206,161); }
H1.HeaderClassName
{
color: #ADCEA1;
}
.AnyTagClassName
{
color: #ADCEA1;
}
</style>
background-color css
<style>
a { background-color: #ADCEA1; }
a { background-color: rgb(173,206,161); }
div.DivClassName
{
background-color: #ADCEA1;
}
.BgClassName
{
background-color: #ADCEA1;
}
</style>
border-color css
<style>
span { border-color: #ADCEA1; }
span { border-color: rgb(173,206,161); }
td.TdClassName
{
border-color: #ADCEA1;
}
.TagClassName
{
border-color: #ADCEA1;
}
</style>