Shades of Spring Rain #ADCF9B
Tints of Spring Rain #ADCF9B
RGB
CMYK
RGB Variations
Color information
#ADCF9B (or 0xADCF9B) is known color: Spring Rain. HEX triplet: AD, CF and 9B. RGB value is (173,207,155). Sum of RGB (Red+Green+Blue) = 173+207+155=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCF9B is #523064. Grayscale: #BFBFBF. Windows color (decimal): -5386341 or 10211245. OLE color: 10211245.
HSL color Cylindrical-coordinate representation of color #ADCF9B: hue angle of 99.23º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADCF9B is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 155 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.19 |
| HSL | 99.23º | 0.35% | 0.71% | - |
| HSV(B) | 99.23º | 0.25% | 0.81% | - |
| XYZ | 45.46 | 55.88 | 39.4 | - |
| YUV | 190.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 155 | 0.16 | 0 | 0.25 | 0.19 | 99.23 | 0.35 | 0.71 |
| Hex | AD | CF | 9B | 10 | 0 | 19 | 13 | 63 | 23 | 47 |
| Octal | 255 | 317 | 233 | 20 | 0 | 31 | 23 | 143 | 43 | 107 |
| Binary | 10101101 | 11001111 | 10011011 | 10000 | 0 | 11001 | 10011 | 1100011 | 100011 | 1000111 |
Color Harmonies of #ADCF9B
Complementary color
Monochromatic Colors of #ADCF9B
Black with #ADCF9B
Text Example
Text Example
White with #ADCF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF9B; }
p { color: rgb(173,207,155); }
H1.HeaderClassName
{
color: #ADCF9B;
}
.AnyTagClassName
{
color: #ADCF9B;
}
</style>
background-color css
<style>
a { background-color: #ADCF9B; }
a { background-color: rgb(173,207,155); }
div.DivClassName
{
background-color: #ADCF9B;
}
.BgClassName
{
background-color: #ADCF9B;
}
</style>
border-color css
<style>
span { border-color: #ADCF9B; }
span { border-color: rgb(173,207,155); }
td.TdClassName
{
border-color: #ADCF9B;
}
.TagClassName
{
border-color: #ADCF9B;
}
</style>