Shades of Sprout #ADC799
Tints of Sprout #ADC799
RGB
CMYK
RGB Variations
Color information
#ADC799 (or 0xADC799) is known color: Sprout. HEX triplet: AD, C7 and 99. RGB value is (173,199,153). Sum of RGB (Red+Green+Blue) = 173+199+153=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC799 is #523866. Grayscale: #BABABA. Windows color (decimal): -5388391 or 10078125. OLE color: 10078125.
HSL color Cylindrical-coordinate representation of color #ADC799: hue angle of 93.91º 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 #ADC799 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 153 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.22 |
| HSL | 93.91º | 0.29% | 0.69% | - |
| HSV(B) | 93.91º | 0.23% | 0.78% | - |
| XYZ | 43.41 | 52.03 | 37.89 | - |
| YUV | 185.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 153 | 0.13 | 0 | 0.23 | 0.22 | 93.91 | 0.29 | 0.69 |
| Hex | AD | C7 | 99 | D | 0 | 17 | 16 | 5E | 1D | 45 |
| Octal | 255 | 307 | 231 | 15 | 0 | 27 | 26 | 136 | 35 | 105 |
| Binary | 10101101 | 11000111 | 10011001 | 1101 | 0 | 10111 | 10110 | 1011110 | 11101 | 1000101 |
Color Harmonies of #ADC799
Complementary color
Monochromatic Colors of #ADC799
Black with #ADC799
Text Example
Text Example
White with #ADC799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC799; }
p { color: rgb(173,199,153); }
H1.HeaderClassName
{
color: #ADC799;
}
.AnyTagClassName
{
color: #ADC799;
}
</style>
background-color css
<style>
a { background-color: #ADC799; }
a { background-color: rgb(173,199,153); }
div.DivClassName
{
background-color: #ADC799;
}
.BgClassName
{
background-color: #ADC799;
}
</style>
border-color css
<style>
span { border-color: #ADC799; }
span { border-color: rgb(173,199,153); }
td.TdClassName
{
border-color: #ADC799;
}
.TagClassName
{
border-color: #ADC799;
}
</style>