Shades of Sprout #ADC698
Tints of Sprout #ADC698
RGB
CMYK
RGB Variations
Color information
#ADC698 (or 0xADC698) is known color: Sprout. HEX triplet: AD, C6 and 98. RGB value is (173,198,152). Sum of RGB (Red+Green+Blue) = 173+198+152=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC698 is #523967. Grayscale: #B9B9B9. Windows color (decimal): -5388648 or 10012333. OLE color: 10012333.
HSL color Cylindrical-coordinate representation of color #ADC698: hue angle of 92.61º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC698 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 152 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.22 |
| HSL | 92.61º | 0.29% | 0.69% | - |
| HSV(B) | 92.61º | 0.23% | 0.78% | - |
| XYZ | 43.1 | 51.54 | 37.38 | - |
| YUV | 185.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 152 | 0.13 | 0 | 0.23 | 0.22 | 92.61 | 0.29 | 0.69 |
| Hex | AD | C6 | 98 | D | 0 | 17 | 16 | 5D | 1D | 45 |
| Octal | 255 | 306 | 230 | 15 | 0 | 27 | 26 | 135 | 35 | 105 |
| Binary | 10101101 | 11000110 | 10011000 | 1101 | 0 | 10111 | 10110 | 1011101 | 11101 | 1000101 |
Color Harmonies of #ADC698
Complementary color
Monochromatic Colors of #ADC698
Black with #ADC698
Text Example
Text Example
White with #ADC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC698; }
p { color: rgb(173,198,152); }
H1.HeaderClassName
{
color: #ADC698;
}
.AnyTagClassName
{
color: #ADC698;
}
</style>
background-color css
<style>
a { background-color: #ADC698; }
a { background-color: rgb(173,198,152); }
div.DivClassName
{
background-color: #ADC698;
}
.BgClassName
{
background-color: #ADC698;
}
</style>
border-color css
<style>
span { border-color: #ADC698; }
span { border-color: rgb(173,198,152); }
td.TdClassName
{
border-color: #ADC698;
}
.TagClassName
{
border-color: #ADC698;
}
</style>