Shades of Sprout #ADC499
Tints of Sprout #ADC499
RGB
CMYK
RGB Variations
Color information
#ADC499 (or 0xADC499) is known color: Sprout. HEX triplet: AD, C4 and 99. RGB value is (173,196,153). Sum of RGB (Red+Green+Blue) = 173+196+153=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC499 is #523B66. Grayscale: #B8B8B8. Windows color (decimal): -5389159 or 10077357. OLE color: 10077357.
HSL color Cylindrical-coordinate representation of color #ADC499: hue angle of 92.09º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADC499 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 153 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.23 |
| HSL | 92.09º | 0.27% | 0.68% | - |
| HSV(B) | 92.09º | 0.22% | 0.77% | - |
| XYZ | 42.72 | 50.66 | 37.66 | - |
| YUV | 184.22 | 110.38 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 153 | 0.12 | 0 | 0.22 | 0.23 | 92.09 | 0.27 | 0.68 |
| Hex | AD | C4 | 99 | C | 0 | 16 | 17 | 5C | 1B | 44 |
| Octal | 255 | 304 | 231 | 14 | 0 | 26 | 27 | 134 | 33 | 104 |
| Binary | 10101101 | 11000100 | 10011001 | 1100 | 0 | 10110 | 10111 | 1011100 | 11011 | 1000100 |
Color Harmonies of #ADC499
Complementary color
Monochromatic Colors of #ADC499
Black with #ADC499
Text Example
Text Example
White with #ADC499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC499; }
p { color: rgb(173,196,153); }
H1.HeaderClassName
{
color: #ADC499;
}
.AnyTagClassName
{
color: #ADC499;
}
</style>
background-color css
<style>
a { background-color: #ADC499; }
a { background-color: rgb(173,196,153); }
div.DivClassName
{
background-color: #ADC499;
}
.BgClassName
{
background-color: #ADC499;
}
</style>
border-color css
<style>
span { border-color: #ADC499; }
span { border-color: rgb(173,196,153); }
td.TdClassName
{
border-color: #ADC499;
}
.TagClassName
{
border-color: #ADC499;
}
</style>