Shades of Sprout #ADC995
Tints of Sprout #ADC995
RGB
CMYK
RGB Variations
Color information
#ADC995 (or 0xADC995) is known color: Sprout. HEX triplet: AD, C9 and 95. RGB value is (173,201,149). Sum of RGB (Red+Green+Blue) = 173+201+149=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC995 is #52366A. Grayscale: #BABABA. Windows color (decimal): -5387883 or 9816493. OLE color: 9816493.
HSL color Cylindrical-coordinate representation of color #ADC995: hue angle of 92.31º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADC995 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 149 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.21 |
| HSL | 92.31º | 0.33% | 0.69% | - |
| HSV(B) | 92.31º | 0.26% | 0.79% | - |
| XYZ | 43.55 | 52.83 | 36.34 | - |
| YUV | 186.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 149 | 0.14 | 0 | 0.26 | 0.21 | 92.31 | 0.33 | 0.69 |
| Hex | AD | C9 | 95 | E | 0 | 1A | 15 | 5C | 20 | 45 |
| Octal | 255 | 311 | 225 | 16 | 0 | 32 | 25 | 134 | 40 | 105 |
| Binary | 10101101 | 11001001 | 10010101 | 1110 | 0 | 11010 | 10101 | 1011100 | 100000 | 1000101 |
Color Harmonies of #ADC995
Complementary color
Monochromatic Colors of #ADC995
Black with #ADC995
Text Example
Text Example
White with #ADC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC995; }
p { color: rgb(173,201,149); }
H1.HeaderClassName
{
color: #ADC995;
}
.AnyTagClassName
{
color: #ADC995;
}
</style>
background-color css
<style>
a { background-color: #ADC995; }
a { background-color: rgb(173,201,149); }
div.DivClassName
{
background-color: #ADC995;
}
.BgClassName
{
background-color: #ADC995;
}
</style>
border-color css
<style>
span { border-color: #ADC995; }
span { border-color: rgb(173,201,149); }
td.TdClassName
{
border-color: #ADC995;
}
.TagClassName
{
border-color: #ADC995;
}
</style>