Shades of Sprout #ADCD9A
Tints of Sprout #ADCD9A
RGB
CMYK
RGB Variations
Color information
#ADCD9A (or 0xADCD9A) is known color: Sprout. HEX triplet: AD, CD and 9A. RGB value is (173,205,154). Sum of RGB (Red+Green+Blue) = 173+205+154=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD9A is #523265. Grayscale: #BDBDBD. Windows color (decimal): -5386854 or 10145197. OLE color: 10145197.
HSL color Cylindrical-coordinate representation of color #ADCD9A: hue angle of 97.65º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADCD9A is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 154 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.20 |
| HSL | 97.65º | 0.34% | 0.7% | - |
| HSV(B) | 97.65º | 0.25% | 0.8% | - |
| XYZ | 44.9 | 54.88 | 38.8 | - |
| YUV | 189.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 154 | 0.16 | 0 | 0.25 | 0.20 | 97.65 | 0.34 | 0.7 |
| Hex | AD | CD | 9A | 10 | 0 | 19 | 14 | 62 | 22 | 46 |
| Octal | 255 | 315 | 232 | 20 | 0 | 31 | 24 | 142 | 42 | 106 |
| Binary | 10101101 | 11001101 | 10011010 | 10000 | 0 | 11001 | 10100 | 1100010 | 100010 | 1000110 |
Color Harmonies of #ADCD9A
Complementary color
Monochromatic Colors of #ADCD9A
Black with #ADCD9A
Text Example
Text Example
White with #ADCD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD9A; }
p { color: rgb(173,205,154); }
H1.HeaderClassName
{
color: #ADCD9A;
}
.AnyTagClassName
{
color: #ADCD9A;
}
</style>
background-color css
<style>
a { background-color: #ADCD9A; }
a { background-color: rgb(173,205,154); }
div.DivClassName
{
background-color: #ADCD9A;
}
.BgClassName
{
background-color: #ADCD9A;
}
</style>
border-color css
<style>
span { border-color: #ADCD9A; }
span { border-color: rgb(173,205,154); }
td.TdClassName
{
border-color: #ADCD9A;
}
.TagClassName
{
border-color: #ADCD9A;
}
</style>