Shades of Spring Rain #ADCA9F
Tints of Spring Rain #ADCA9F
RGB
CMYK
RGB Variations
Color information
#ADCA9F (or 0xADCA9F) is known color: Spring Rain. HEX triplet: AD, CA and 9F. RGB value is (173,202,159). Sum of RGB (Red+Green+Blue) = 173+202+159=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCA9F is #523560. Grayscale: #BCBCBC. Windows color (decimal): -5387617 or 10472109. OLE color: 10472109.
HSL color Cylindrical-coordinate representation of color #ADCA9F: hue angle of 100.47º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADCA9F is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 159 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.21 |
| HSL | 100.47º | 0.29% | 0.71% | - |
| HSV(B) | 100.47º | 0.21% | 0.79% | - |
| XYZ | 44.61 | 53.63 | 40.8 | - |
| YUV | 188.43 | 111.39 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 159 | 0.14 | 0 | 0.21 | 0.21 | 100.47 | 0.29 | 0.71 |
| Hex | AD | CA | 9F | E | 0 | 15 | 15 | 64 | 1D | 47 |
| Octal | 255 | 312 | 237 | 16 | 0 | 25 | 25 | 144 | 35 | 107 |
| Binary | 10101101 | 11001010 | 10011111 | 1110 | 0 | 10101 | 10101 | 1100100 | 11101 | 1000111 |
Color Harmonies of #ADCA9F
Complementary color
Monochromatic Colors of #ADCA9F
Black with #ADCA9F
Text Example
Text Example
White with #ADCA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCA9F; }
p { color: rgb(173,202,159); }
H1.HeaderClassName
{
color: #ADCA9F;
}
.AnyTagClassName
{
color: #ADCA9F;
}
</style>
background-color css
<style>
a { background-color: #ADCA9F; }
a { background-color: rgb(173,202,159); }
div.DivClassName
{
background-color: #ADCA9F;
}
.BgClassName
{
background-color: #ADCA9F;
}
</style>
border-color css
<style>
span { border-color: #ADCA9F; }
span { border-color: rgb(173,202,159); }
td.TdClassName
{
border-color: #ADCA9F;
}
.TagClassName
{
border-color: #ADCA9F;
}
</style>