Shades of Sprout #ADCD99
Tints of Sprout #ADCD99
RGB
CMYK
RGB Variations
Color information
#ADCD99 (or 0xADCD99) is known color: Sprout. HEX triplet: AD, CD and 99. RGB value is (173,205,153). Sum of RGB (Red+Green+Blue) = 173+205+153=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD99 is #523266. Grayscale: #BDBDBD. Windows color (decimal): -5386855 or 10079661. OLE color: 10079661.
HSL color Cylindrical-coordinate representation of color #ADCD99: hue angle of 96.92º 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 #ADCD99 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 153 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.20 |
| HSL | 96.92º | 0.34% | 0.7% | - |
| HSV(B) | 96.92º | 0.25% | 0.8% | - |
| XYZ | 44.81 | 54.85 | 38.36 | - |
| YUV | 189.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 153 | 0.16 | 0 | 0.25 | 0.20 | 96.92 | 0.34 | 0.7 |
| Hex | AD | CD | 99 | 10 | 0 | 19 | 14 | 61 | 22 | 46 |
| Octal | 255 | 315 | 231 | 20 | 0 | 31 | 24 | 141 | 42 | 106 |
| Binary | 10101101 | 11001101 | 10011001 | 10000 | 0 | 11001 | 10100 | 1100001 | 100010 | 1000110 |
Color Harmonies of #ADCD99
Complementary color
Monochromatic Colors of #ADCD99
Black with #ADCD99
Text Example
Text Example
White with #ADCD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD99; }
p { color: rgb(173,205,153); }
H1.HeaderClassName
{
color: #ADCD99;
}
.AnyTagClassName
{
color: #ADCD99;
}
</style>
background-color css
<style>
a { background-color: #ADCD99; }
a { background-color: rgb(173,205,153); }
div.DivClassName
{
background-color: #ADCD99;
}
.BgClassName
{
background-color: #ADCD99;
}
</style>
border-color css
<style>
span { border-color: #ADCD99; }
span { border-color: rgb(173,205,153); }
td.TdClassName
{
border-color: #ADCD99;
}
.TagClassName
{
border-color: #ADCD99;
}
</style>