Shades of Sprout #ADCD96
Tints of Sprout #ADCD96
RGB
CMYK
RGB Variations
Color information
#ADCD96 (or 0xADCD96) is known color: Sprout. HEX triplet: AD, CD and 96. RGB value is (173,205,150). Sum of RGB (Red+Green+Blue) = 173+205+150=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD96 is #523269. Grayscale: #BDBDBD. Windows color (decimal): -5386858 or 9883053. OLE color: 9883053.
HSL color Cylindrical-coordinate representation of color #ADCD96: hue angle of 94.91º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADCD96 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 150 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.20 |
| HSL | 94.91º | 0.35% | 0.7% | - |
| HSV(B) | 94.91º | 0.27% | 0.8% | - |
| XYZ | 44.57 | 54.75 | 37.07 | - |
| YUV | 189.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 150 | 0.16 | 0 | 0.27 | 0.20 | 94.91 | 0.35 | 0.7 |
| Hex | AD | CD | 96 | 10 | 0 | 1B | 14 | 5F | 23 | 46 |
| Octal | 255 | 315 | 226 | 20 | 0 | 33 | 24 | 137 | 43 | 106 |
| Binary | 10101101 | 11001101 | 10010110 | 10000 | 0 | 11011 | 10100 | 1011111 | 100011 | 1000110 |
Color Harmonies of #ADCD96
Complementary color
Monochromatic Colors of #ADCD96
Black with #ADCD96
Text Example
Text Example
White with #ADCD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD96; }
p { color: rgb(173,205,150); }
H1.HeaderClassName
{
color: #ADCD96;
}
.AnyTagClassName
{
color: #ADCD96;
}
</style>
background-color css
<style>
a { background-color: #ADCD96; }
a { background-color: rgb(173,205,150); }
div.DivClassName
{
background-color: #ADCD96;
}
.BgClassName
{
background-color: #ADCD96;
}
</style>
border-color css
<style>
span { border-color: #ADCD96; }
span { border-color: rgb(173,205,150); }
td.TdClassName
{
border-color: #ADCD96;
}
.TagClassName
{
border-color: #ADCD96;
}
</style>