Shades of Sprout #ADC696
Tints of Sprout #ADC696
RGB
CMYK
RGB Variations
Color information
#ADC696 (or 0xADC696) is known color: Sprout. HEX triplet: AD, C6 and 96. RGB value is (173,198,150). Sum of RGB (Red+Green+Blue) = 173+198+150=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC696 is #523969. Grayscale: #B9B9B9. Windows color (decimal): -5388650 or 9881261. OLE color: 9881261.
HSL color Cylindrical-coordinate representation of color #ADC696: hue angle of 91.25º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADC696 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 150 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.22 |
| HSL | 91.25º | 0.3% | 0.68% | - |
| HSV(B) | 91.25º | 0.24% | 0.78% | - |
| XYZ | 42.93 | 51.47 | 36.53 | - |
| YUV | 185.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 150 | 0.13 | 0 | 0.24 | 0.22 | 91.25 | 0.3 | 0.68 |
| Hex | AD | C6 | 96 | D | 0 | 18 | 16 | 5B | 1E | 44 |
| Octal | 255 | 306 | 226 | 15 | 0 | 30 | 26 | 133 | 36 | 104 |
| Binary | 10101101 | 11000110 | 10010110 | 1101 | 0 | 11000 | 10110 | 1011011 | 11110 | 1000100 |
Color Harmonies of #ADC696
Complementary color
Monochromatic Colors of #ADC696
Black with #ADC696
Text Example
Text Example
White with #ADC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC696; }
p { color: rgb(173,198,150); }
H1.HeaderClassName
{
color: #ADC696;
}
.AnyTagClassName
{
color: #ADC696;
}
</style>
background-color css
<style>
a { background-color: #ADC696; }
a { background-color: rgb(173,198,150); }
div.DivClassName
{
background-color: #ADC696;
}
.BgClassName
{
background-color: #ADC696;
}
</style>
border-color css
<style>
span { border-color: #ADC696; }
span { border-color: rgb(173,198,150); }
td.TdClassName
{
border-color: #ADC696;
}
.TagClassName
{
border-color: #ADC696;
}
</style>