Shades of Spring Rain #ADCEA2
Tints of Spring Rain #ADCEA2
RGB
CMYK
RGB Variations
Color information
#ADCEA2 (or 0xADCEA2) is known color: Spring Rain. HEX triplet: AD, CE and A2. RGB value is (173,206,162). Sum of RGB (Red+Green+Blue) = 173+206+162=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEA2 is #52315D. Grayscale: #BFBFBF. Windows color (decimal): -5386590 or 10669741. OLE color: 10669741.
HSL color Cylindrical-coordinate representation of color #ADCEA2: hue angle of 105º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADCEA2 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 162 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.19 |
| HSL | 105º | 0.31% | 0.72% | - |
| HSV(B) | 105º | 0.21% | 0.81% | - |
| XYZ | 45.83 | 55.64 | 42.51 | - |
| YUV | 191.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 162 | 0.16 | 0 | 0.21 | 0.19 | 105 | 0.31 | 0.72 |
| Hex | AD | CE | A2 | 10 | 0 | 15 | 13 | 69 | 1F | 48 |
| Octal | 255 | 316 | 242 | 20 | 0 | 25 | 23 | 151 | 37 | 110 |
| Binary | 10101101 | 11001110 | 10100010 | 10000 | 0 | 10101 | 10011 | 1101001 | 11111 | 1001000 |
Color Harmonies of #ADCEA2
Complementary color
Monochromatic Colors of #ADCEA2
Black with #ADCEA2
Text Example
Text Example
White with #ADCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEA2; }
p { color: rgb(173,206,162); }
H1.HeaderClassName
{
color: #ADCEA2;
}
.AnyTagClassName
{
color: #ADCEA2;
}
</style>
background-color css
<style>
a { background-color: #ADCEA2; }
a { background-color: rgb(173,206,162); }
div.DivClassName
{
background-color: #ADCEA2;
}
.BgClassName
{
background-color: #ADCEA2;
}
</style>
border-color css
<style>
span { border-color: #ADCEA2; }
span { border-color: rgb(173,206,162); }
td.TdClassName
{
border-color: #ADCEA2;
}
.TagClassName
{
border-color: #ADCEA2;
}
</style>