Shades of Sprout #ADC990
Tints of Sprout #ADC990
RGB
CMYK
RGB Variations
Color information
#ADC990 (or 0xADC990) is known color: Sprout. HEX triplet: AD, C9 and 90. RGB value is (173,201,144). Sum of RGB (Red+Green+Blue) = 173+201+144=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC990 is #52366F. Grayscale: #BABABA. Windows color (decimal): -5387888 or 9488813. OLE color: 9488813.
HSL color Cylindrical-coordinate representation of color #ADC990: hue angle of 89.47º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC990 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 144 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.21 |
| HSL | 89.47º | 0.35% | 0.68% | - |
| HSV(B) | 89.47º | 0.28% | 0.79% | - |
| XYZ | 43.15 | 52.67 | 34.28 | - |
| YUV | 186.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 144 | 0.14 | 0 | 0.28 | 0.21 | 89.47 | 0.35 | 0.68 |
| Hex | AD | C9 | 90 | E | 0 | 1C | 15 | 59 | 23 | 44 |
| Octal | 255 | 311 | 220 | 16 | 0 | 34 | 25 | 131 | 43 | 104 |
| Binary | 10101101 | 11001001 | 10010000 | 1110 | 0 | 11100 | 10101 | 1011001 | 100011 | 1000100 |
Color Harmonies of #ADC990
Complementary color
Monochromatic Colors of #ADC990
Black with #ADC990
Text Example
Text Example
White with #ADC990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC990; }
p { color: rgb(173,201,144); }
H1.HeaderClassName
{
color: #ADC990;
}
.AnyTagClassName
{
color: #ADC990;
}
</style>
background-color css
<style>
a { background-color: #ADC990; }
a { background-color: rgb(173,201,144); }
div.DivClassName
{
background-color: #ADC990;
}
.BgClassName
{
background-color: #ADC990;
}
</style>
border-color css
<style>
span { border-color: #ADC990; }
span { border-color: rgb(173,201,144); }
td.TdClassName
{
border-color: #ADC990;
}
.TagClassName
{
border-color: #ADC990;
}
</style>