Shades of Spring Rain #ADC99F
Tints of Spring Rain #ADC99F
RGB
CMYK
RGB Variations
Color information
#ADC99F (or 0xADC99F) is known color: Spring Rain. HEX triplet: AD, C9 and 9F. RGB value is (173,201,159). Sum of RGB (Red+Green+Blue) = 173+201+159=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC99F is #523660. Grayscale: #BBBBBB. Windows color (decimal): -5387873 or 10471853. OLE color: 10471853.
HSL color Cylindrical-coordinate representation of color #ADC99F: hue angle of 100º degrees, saturation: 0.28, 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 #ADC99F is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 159 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.21 |
| HSL | 100º | 0.28% | 0.71% | - |
| HSV(B) | 100º | 0.21% | 0.79% | - |
| XYZ | 44.38 | 53.16 | 40.72 | - |
| YUV | 187.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 159 | 0.14 | 0 | 0.21 | 0.21 | 100 | 0.28 | 0.71 |
| Hex | AD | C9 | 9F | E | 0 | 15 | 15 | 64 | 1C | 47 |
| Octal | 255 | 311 | 237 | 16 | 0 | 25 | 25 | 144 | 34 | 107 |
| Binary | 10101101 | 11001001 | 10011111 | 1110 | 0 | 10101 | 10101 | 1100100 | 11100 | 1000111 |
Color Harmonies of #ADC99F
Complementary color
Monochromatic Colors of #ADC99F
Black with #ADC99F
Text Example
Text Example
White with #ADC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC99F; }
p { color: rgb(173,201,159); }
H1.HeaderClassName
{
color: #ADC99F;
}
.AnyTagClassName
{
color: #ADC99F;
}
</style>
background-color css
<style>
a { background-color: #ADC99F; }
a { background-color: rgb(173,201,159); }
div.DivClassName
{
background-color: #ADC99F;
}
.BgClassName
{
background-color: #ADC99F;
}
</style>
border-color css
<style>
span { border-color: #ADC99F; }
span { border-color: rgb(173,201,159); }
td.TdClassName
{
border-color: #ADC99F;
}
.TagClassName
{
border-color: #ADC99F;
}
</style>