Shades of Sprout #ADC596
Tints of Sprout #ADC596
RGB
CMYK
RGB Variations
Color information
#ADC596 (or 0xADC596) is known color: Sprout. HEX triplet: AD, C5 and 96. RGB value is (173,197,150). Sum of RGB (Red+Green+Blue) = 173+197+150=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC596 is #523A69. Grayscale: #B8B8B8. Windows color (decimal): -5388906 or 9881005. OLE color: 9881005.
HSL color Cylindrical-coordinate representation of color #ADC596: hue angle of 90.64º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADC596 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 150 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.23 |
| HSL | 90.64º | 0.29% | 0.68% | - |
| HSV(B) | 90.64º | 0.24% | 0.77% | - |
| XYZ | 42.7 | 51.02 | 36.45 | - |
| YUV | 184.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 150 | 0.12 | 0 | 0.24 | 0.23 | 90.64 | 0.29 | 0.68 |
| Hex | AD | C5 | 96 | C | 0 | 18 | 17 | 5B | 1D | 44 |
| Octal | 255 | 305 | 226 | 14 | 0 | 30 | 27 | 133 | 35 | 104 |
| Binary | 10101101 | 11000101 | 10010110 | 1100 | 0 | 11000 | 10111 | 1011011 | 11101 | 1000100 |
Color Harmonies of #ADC596
Complementary color
Monochromatic Colors of #ADC596
Black with #ADC596
Text Example
Text Example
White with #ADC596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC596; }
p { color: rgb(173,197,150); }
H1.HeaderClassName
{
color: #ADC596;
}
.AnyTagClassName
{
color: #ADC596;
}
</style>
background-color css
<style>
a { background-color: #ADC596; }
a { background-color: rgb(173,197,150); }
div.DivClassName
{
background-color: #ADC596;
}
.BgClassName
{
background-color: #ADC596;
}
</style>
border-color css
<style>
span { border-color: #ADC596; }
span { border-color: rgb(173,197,150); }
td.TdClassName
{
border-color: #ADC596;
}
.TagClassName
{
border-color: #ADC596;
}
</style>