Shades of Sprout #ADC999
Tints of Sprout #ADC999
RGB
CMYK
RGB Variations
Color information
#ADC999 (or 0xADC999) is known color: Sprout. HEX triplet: AD, C9 and 99. RGB value is (173,201,153). Sum of RGB (Red+Green+Blue) = 173+201+153=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC999 is #523666. Grayscale: #BBBBBB. Windows color (decimal): -5387879 or 10078637. OLE color: 10078637.
HSL color Cylindrical-coordinate representation of color #ADC999: hue angle of 95º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADC999 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 153 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.21 |
| HSL | 95º | 0.31% | 0.69% | - |
| HSV(B) | 95º | 0.24% | 0.79% | - |
| XYZ | 43.87 | 52.96 | 38.05 | - |
| YUV | 187.16 | 108.72 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 153 | 0.14 | 0 | 0.24 | 0.21 | 95 | 0.31 | 0.69 |
| Hex | AD | C9 | 99 | E | 0 | 18 | 15 | 5F | 1F | 45 |
| Octal | 255 | 311 | 231 | 16 | 0 | 30 | 25 | 137 | 37 | 105 |
| Binary | 10101101 | 11001001 | 10011001 | 1110 | 0 | 11000 | 10101 | 1011111 | 11111 | 1000101 |
Color Harmonies of #ADC999
Complementary color
Monochromatic Colors of #ADC999
Black with #ADC999
Text Example
Text Example
White with #ADC999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC999; }
p { color: rgb(173,201,153); }
H1.HeaderClassName
{
color: #ADC999;
}
.AnyTagClassName
{
color: #ADC999;
}
</style>
background-color css
<style>
a { background-color: #ADC999; }
a { background-color: rgb(173,201,153); }
div.DivClassName
{
background-color: #ADC999;
}
.BgClassName
{
background-color: #ADC999;
}
</style>
border-color css
<style>
span { border-color: #ADC999; }
span { border-color: rgb(173,201,153); }
td.TdClassName
{
border-color: #ADC999;
}
.TagClassName
{
border-color: #ADC999;
}
</style>