Shades of Spring Rain #ADCF9F
Tints of Spring Rain #ADCF9F
RGB
CMYK
RGB Variations
Color information
#ADCF9F (or 0xADCF9F) is known color: Spring Rain. HEX triplet: AD, CF and 9F. RGB value is (173,207,159). Sum of RGB (Red+Green+Blue) = 173+207+159=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCF9F is #523060. Grayscale: #BFBFBF. Windows color (decimal): -5386337 or 10473389. OLE color: 10473389.
HSL color Cylindrical-coordinate representation of color #ADCF9F: hue angle of 102.5º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADCF9F is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 159 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.19 |
| HSL | 102.5º | 0.33% | 0.72% | - |
| HSV(B) | 102.5º | 0.23% | 0.81% | - |
| XYZ | 45.8 | 56.01 | 41.2 | - |
| YUV | 191.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 159 | 0.16 | 0 | 0.23 | 0.19 | 102.5 | 0.33 | 0.72 |
| Hex | AD | CF | 9F | 10 | 0 | 17 | 13 | 66 | 21 | 48 |
| Octal | 255 | 317 | 237 | 20 | 0 | 27 | 23 | 146 | 41 | 110 |
| Binary | 10101101 | 11001111 | 10011111 | 10000 | 0 | 10111 | 10011 | 1100110 | 100001 | 1001000 |
Color Harmonies of #ADCF9F
Complementary color
Monochromatic Colors of #ADCF9F
Black with #ADCF9F
Text Example
Text Example
White with #ADCF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF9F; }
p { color: rgb(173,207,159); }
H1.HeaderClassName
{
color: #ADCF9F;
}
.AnyTagClassName
{
color: #ADCF9F;
}
</style>
background-color css
<style>
a { background-color: #ADCF9F; }
a { background-color: rgb(173,207,159); }
div.DivClassName
{
background-color: #ADCF9F;
}
.BgClassName
{
background-color: #ADCF9F;
}
</style>
border-color css
<style>
span { border-color: #ADCF9F; }
span { border-color: rgb(173,207,159); }
td.TdClassName
{
border-color: #ADCF9F;
}
.TagClassName
{
border-color: #ADCF9F;
}
</style>