Shades of Sprout #ADC994
Tints of Sprout #ADC994
RGB
CMYK
RGB Variations
Color information
#ADC994 (or 0xADC994) is known color: Sprout. HEX triplet: AD, C9 and 94. RGB value is (173,201,148). Sum of RGB (Red+Green+Blue) = 173+201+148=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC994 is #52366B. Grayscale: #BABABA. Windows color (decimal): -5387884 or 9750957. OLE color: 9750957.
HSL color Cylindrical-coordinate representation of color #ADC994: hue angle of 91.7º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADC994 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 148 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.21 |
| HSL | 91.7º | 0.33% | 0.68% | - |
| HSV(B) | 91.7º | 0.26% | 0.79% | - |
| XYZ | 43.47 | 52.8 | 35.92 | - |
| YUV | 186.59 | 106.22 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 148 | 0.14 | 0 | 0.26 | 0.21 | 91.7 | 0.33 | 0.68 |
| Hex | AD | C9 | 94 | E | 0 | 1A | 15 | 5C | 21 | 44 |
| Octal | 255 | 311 | 224 | 16 | 0 | 32 | 25 | 134 | 41 | 104 |
| Binary | 10101101 | 11001001 | 10010100 | 1110 | 0 | 11010 | 10101 | 1011100 | 100001 | 1000100 |
Color Harmonies of #ADC994
Complementary color
Monochromatic Colors of #ADC994
Black with #ADC994
Text Example
Text Example
White with #ADC994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC994; }
p { color: rgb(173,201,148); }
H1.HeaderClassName
{
color: #ADC994;
}
.AnyTagClassName
{
color: #ADC994;
}
</style>
background-color css
<style>
a { background-color: #ADC994; }
a { background-color: rgb(173,201,148); }
div.DivClassName
{
background-color: #ADC994;
}
.BgClassName
{
background-color: #ADC994;
}
</style>
border-color css
<style>
span { border-color: #ADC994; }
span { border-color: rgb(173,201,148); }
td.TdClassName
{
border-color: #ADC994;
}
.TagClassName
{
border-color: #ADC994;
}
</style>