Shades of Sprout #ADC99A
Tints of Sprout #ADC99A
RGB
CMYK
RGB Variations
Color information
#ADC99A (or 0xADC99A) is known color: Sprout. HEX triplet: AD, C9 and 9A. RGB value is (173,201,154). Sum of RGB (Red+Green+Blue) = 173+201+154=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC99A is #523665. Grayscale: #BBBBBB. Windows color (decimal): -5387878 or 10144173. OLE color: 10144173.
HSL color Cylindrical-coordinate representation of color #ADC99A: hue angle of 95.74º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC99A is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 154 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.21 |
| HSL | 95.74º | 0.3% | 0.7% | - |
| HSV(B) | 95.74º | 0.23% | 0.79% | - |
| XYZ | 43.95 | 52.99 | 38.48 | - |
| YUV | 187.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 154 | 0.14 | 0 | 0.23 | 0.21 | 95.74 | 0.3 | 0.7 |
| Hex | AD | C9 | 9A | E | 0 | 17 | 15 | 60 | 1E | 46 |
| Octal | 255 | 311 | 232 | 16 | 0 | 27 | 25 | 140 | 36 | 106 |
| Binary | 10101101 | 11001001 | 10011010 | 1110 | 0 | 10111 | 10101 | 1100000 | 11110 | 1000110 |
Color Harmonies of #ADC99A
Complementary color
Monochromatic Colors of #ADC99A
Black with #ADC99A
Text Example
Text Example
White with #ADC99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC99A; }
p { color: rgb(173,201,154); }
H1.HeaderClassName
{
color: #ADC99A;
}
.AnyTagClassName
{
color: #ADC99A;
}
</style>
background-color css
<style>
a { background-color: #ADC99A; }
a { background-color: rgb(173,201,154); }
div.DivClassName
{
background-color: #ADC99A;
}
.BgClassName
{
background-color: #ADC99A;
}
</style>
border-color css
<style>
span { border-color: #ADC99A; }
span { border-color: rgb(173,201,154); }
td.TdClassName
{
border-color: #ADC99A;
}
.TagClassName
{
border-color: #ADC99A;
}
</style>