Shades of Sprout #ADC598
Tints of Sprout #ADC598
RGB
CMYK
RGB Variations
Color information
#ADC598 (or 0xADC598) is known color: Sprout. HEX triplet: AD, C5 and 98. RGB value is (173,197,152). Sum of RGB (Red+Green+Blue) = 173+197+152=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC598 is #523A67. Grayscale: #B8B8B8. Windows color (decimal): -5388904 or 10012077. OLE color: 10012077.
HSL color Cylindrical-coordinate representation of color #ADC598: hue angle of 92º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC598 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 152 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.23 |
| HSL | 92º | 0.28% | 0.68% | - |
| HSV(B) | 92º | 0.23% | 0.77% | - |
| XYZ | 42.87 | 51.08 | 37.31 | - |
| YUV | 184.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 152 | 0.12 | 0 | 0.23 | 0.23 | 92 | 0.28 | 0.68 |
| Hex | AD | C5 | 98 | C | 0 | 17 | 17 | 5C | 1C | 44 |
| Octal | 255 | 305 | 230 | 14 | 0 | 27 | 27 | 134 | 34 | 104 |
| Binary | 10101101 | 11000101 | 10011000 | 1100 | 0 | 10111 | 10111 | 1011100 | 11100 | 1000100 |
Color Harmonies of #ADC598
Complementary color
Monochromatic Colors of #ADC598
Black with #ADC598
Text Example
Text Example
White with #ADC598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC598; }
p { color: rgb(173,197,152); }
H1.HeaderClassName
{
color: #ADC598;
}
.AnyTagClassName
{
color: #ADC598;
}
</style>
background-color css
<style>
a { background-color: #ADC598; }
a { background-color: rgb(173,197,152); }
div.DivClassName
{
background-color: #ADC598;
}
.BgClassName
{
background-color: #ADC598;
}
</style>
border-color css
<style>
span { border-color: #ADC598; }
span { border-color: rgb(173,197,152); }
td.TdClassName
{
border-color: #ADC598;
}
.TagClassName
{
border-color: #ADC598;
}
</style>