Shades of Sprout #ADC996
Tints of Sprout #ADC996
RGB
CMYK
RGB Variations
Color information
#ADC996 (or 0xADC996) is known color: Sprout. HEX triplet: AD, C9 and 96. RGB value is (173,201,150). Sum of RGB (Red+Green+Blue) = 173+201+150=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC996 is #523669. Grayscale: #BABABA. Windows color (decimal): -5387882 or 9882029. OLE color: 9882029.
HSL color Cylindrical-coordinate representation of color #ADC996: hue angle of 92.94º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADC996 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 150 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.21 |
| HSL | 92.94º | 0.32% | 0.69% | - |
| HSV(B) | 92.94º | 0.25% | 0.79% | - |
| XYZ | 43.63 | 52.86 | 36.76 | - |
| YUV | 186.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 150 | 0.14 | 0 | 0.25 | 0.21 | 92.94 | 0.32 | 0.69 |
| Hex | AD | C9 | 96 | E | 0 | 19 | 15 | 5D | 20 | 45 |
| Octal | 255 | 311 | 226 | 16 | 0 | 31 | 25 | 135 | 40 | 105 |
| Binary | 10101101 | 11001001 | 10010110 | 1110 | 0 | 11001 | 10101 | 1011101 | 100000 | 1000101 |
Color Harmonies of #ADC996
Complementary color
Monochromatic Colors of #ADC996
Black with #ADC996
Text Example
Text Example
White with #ADC996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC996; }
p { color: rgb(173,201,150); }
H1.HeaderClassName
{
color: #ADC996;
}
.AnyTagClassName
{
color: #ADC996;
}
</style>
background-color css
<style>
a { background-color: #ADC996; }
a { background-color: rgb(173,201,150); }
div.DivClassName
{
background-color: #ADC996;
}
.BgClassName
{
background-color: #ADC996;
}
</style>
border-color css
<style>
span { border-color: #ADC996; }
span { border-color: rgb(173,201,150); }
td.TdClassName
{
border-color: #ADC996;
}
.TagClassName
{
border-color: #ADC996;
}
</style>