Shades of Sprout #ADCC99
Tints of Sprout #ADCC99
RGB
CMYK
RGB Variations
Color information
#ADCC99 (or 0xADCC99) is known color: Sprout. HEX triplet: AD, CC and 99. RGB value is (173,204,153). Sum of RGB (Red+Green+Blue) = 173+204+153=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC99 is #523366. Grayscale: #BDBDBD. Windows color (decimal): -5387111 or 10079405. OLE color: 10079405.
HSL color Cylindrical-coordinate representation of color #ADCC99: hue angle of 96.47º degrees, saturation: 0.33, 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 #ADCC99 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 153 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.2 |
| HSL | 96.47º | 0.33% | 0.7% | - |
| HSV(B) | 96.47º | 0.25% | 0.8% | - |
| XYZ | 44.58 | 54.37 | 38.28 | - |
| YUV | 188.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 153 | 0.15 | 0 | 0.25 | 0.2 | 96.47 | 0.33 | 0.7 |
| Hex | AD | CC | 99 | F | 0 | 19 | 14 | 60 | 21 | 46 |
| Octal | 255 | 314 | 231 | 17 | 0 | 31 | 24 | 140 | 41 | 106 |
| Binary | 10101101 | 11001100 | 10011001 | 1111 | 0 | 11001 | 10100 | 1100000 | 100001 | 1000110 |
Color Harmonies of #ADCC99
Complementary color
Monochromatic Colors of #ADCC99
Black with #ADCC99
Text Example
Text Example
White with #ADCC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC99; }
p { color: rgb(173,204,153); }
H1.HeaderClassName
{
color: #ADCC99;
}
.AnyTagClassName
{
color: #ADCC99;
}
</style>
background-color css
<style>
a { background-color: #ADCC99; }
a { background-color: rgb(173,204,153); }
div.DivClassName
{
background-color: #ADCC99;
}
.BgClassName
{
background-color: #ADCC99;
}
</style>
border-color css
<style>
span { border-color: #ADCC99; }
span { border-color: rgb(173,204,153); }
td.TdClassName
{
border-color: #ADCC99;
}
.TagClassName
{
border-color: #ADCC99;
}
</style>