Shades of Sprout #ADC694
Tints of Sprout #ADC694
RGB
CMYK
RGB Variations
Color information
#ADC694 (or 0xADC694) is known color: Sprout. HEX triplet: AD, C6 and 94. RGB value is (173,198,148). Sum of RGB (Red+Green+Blue) = 173+198+148=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC694 is #52396B. Grayscale: #B9B9B9. Windows color (decimal): -5388652 or 9750189. OLE color: 9750189.
HSL color Cylindrical-coordinate representation of color #ADC694: hue angle of 90º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADC694 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 148 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.22 |
| HSL | 90º | 0.3% | 0.68% | - |
| HSV(B) | 90º | 0.25% | 0.78% | - |
| XYZ | 42.77 | 51.41 | 35.69 | - |
| YUV | 184.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 148 | 0.13 | 0 | 0.25 | 0.22 | 90 | 0.3 | 0.68 |
| Hex | AD | C6 | 94 | D | 0 | 19 | 16 | 5A | 1E | 44 |
| Octal | 255 | 306 | 224 | 15 | 0 | 31 | 26 | 132 | 36 | 104 |
| Binary | 10101101 | 11000110 | 10010100 | 1101 | 0 | 11001 | 10110 | 1011010 | 11110 | 1000100 |
Color Harmonies of #ADC694
Complementary color
Monochromatic Colors of #ADC694
Black with #ADC694
Text Example
Text Example
White with #ADC694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC694; }
p { color: rgb(173,198,148); }
H1.HeaderClassName
{
color: #ADC694;
}
.AnyTagClassName
{
color: #ADC694;
}
</style>
background-color css
<style>
a { background-color: #ADC694; }
a { background-color: rgb(173,198,148); }
div.DivClassName
{
background-color: #ADC694;
}
.BgClassName
{
background-color: #ADC694;
}
</style>
border-color css
<style>
span { border-color: #ADC694; }
span { border-color: rgb(173,198,148); }
td.TdClassName
{
border-color: #ADC694;
}
.TagClassName
{
border-color: #ADC694;
}
</style>