Shades of Sprout #ADC798
Tints of Sprout #ADC798
RGB
CMYK
RGB Variations
Color information
#ADC798 (or 0xADC798) is known color: Sprout. HEX triplet: AD, C7 and 98. RGB value is (173,199,152). Sum of RGB (Red+Green+Blue) = 173+199+152=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC798 is #523867. Grayscale: #BABABA. Windows color (decimal): -5388392 or 10012589. OLE color: 10012589.
HSL color Cylindrical-coordinate representation of color #ADC798: hue angle of 93.19º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADC798 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 152 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.22 |
| HSL | 93.19º | 0.3% | 0.69% | - |
| HSV(B) | 93.19º | 0.24% | 0.78% | - |
| XYZ | 43.32 | 52 | 37.46 | - |
| YUV | 185.87 | 108.89 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 152 | 0.13 | 0 | 0.24 | 0.22 | 93.19 | 0.3 | 0.69 |
| Hex | AD | C7 | 98 | D | 0 | 18 | 16 | 5D | 1E | 45 |
| Octal | 255 | 307 | 230 | 15 | 0 | 30 | 26 | 135 | 36 | 105 |
| Binary | 10101101 | 11000111 | 10011000 | 1101 | 0 | 11000 | 10110 | 1011101 | 11110 | 1000101 |
Color Harmonies of #ADC798
Complementary color
Monochromatic Colors of #ADC798
Black with #ADC798
Text Example
Text Example
White with #ADC798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC798; }
p { color: rgb(173,199,152); }
H1.HeaderClassName
{
color: #ADC798;
}
.AnyTagClassName
{
color: #ADC798;
}
</style>
background-color css
<style>
a { background-color: #ADC798; }
a { background-color: rgb(173,199,152); }
div.DivClassName
{
background-color: #ADC798;
}
.BgClassName
{
background-color: #ADC798;
}
</style>
border-color css
<style>
span { border-color: #ADC798; }
span { border-color: rgb(173,199,152); }
td.TdClassName
{
border-color: #ADC798;
}
.TagClassName
{
border-color: #ADC798;
}
</style>