Skip to main content

OV7020000 More details:

InChI=1S/ClH.Hg.H2N/h1H;;1H2/q;+2;-1/p-1
WRWRKDRWMURIBIUHFFFAOYSA-M











//

//

// ul > li').index($('#articles_tabs > ul > li[name="' + tabName + '"]'));
$('#articles_tabs > ul > li[name="' + tabName + '"] > a').attr('href', url);
$('#articles_tabs').tabs('load', index);
}}$(document).ready(function () var google = new GoogleSearch(); google.searchBooks('googleBooks', '"OV7020000" OR "MFCD00016140" OR "Amidomercury(II) chloride" OR "Mercury(II) amidochloride" OR "Mercury chloride azanide (1:1:1)" OR "Quecksilberchloridazanid (1:1:1)"'););//]]>




Jump to main content
Jump to site nav



  • Home

  • About us

  • Membership & professional community

  • Campaigning & outreach

  • Journals, books & databases

  • Resources & tools

  • News & events

  • Locations & contacts







ChemSpider
Search and share chemistry











//


























ChemSpider 2D Image | OV7020000 | H2ClHgN













OV7020000




  • Molecular FormulaH2ClHgN


  • Average mass252.066 Da


  • Monoisotopic mass252.958176 Da


  • ChemSpider ID21106343



  • Charge - Charge











More details:



  • Systematic name


    Mercury chloride azanide (1:1:1)




  • SMILES


    N[Hg]Cl
    Copied




  • Std. InChi



    InChI=1S/ClH.Hg.H2N/h1H;;1H2/q;+2;-1/p-1

    Copied




  • Std. InChIKey


    WRWRKDRWMURIBI-UHFFFAOYSA-M
    Copied






  • Cite this record


    CSID:21106343, http://www.chemspider.com/Chemical-Structure.21106343.html (accessed 05:13, Jul 6, 2019)
    Copied


















$(document).ready(function ()
$('#communityTagging').communitytagging(
recordKey: 21106343,
applicationId: 1
);
);








  • NamesNames

  • Properties

  • Searches

  • Spectra

  • Vendors

  • Articles















  • More

    More

    • Searches

    • Spectra

    • Vendors

    • Articles

    • Wikipedia

    • Patents


    • Crystal CIFs



    • Pharma Links



    • Data Sources




















  • Names and Synonyms





Validated by Experts, Validated by Users, Non-Validated, Removed by Users






function wikipediaPartnerLink()

partnerLink(133,'Wikipedia','link');


MERCURY AMMONIUM CHLORIDE


Amidomercury(II) chloride


Chlorure azanide de mercure (1:1:1)
[French]

[ACD/IUPAC Name]



Mercury chloride azanide (1:1:1)

[ACD/IUPAC Name]



Mercury(II) amidochloride


MFCD00016140


OV7020000


Quecksilberchloridazanid (1:1:1)
[German]

[ACD/IUPAC Name]



[10124-48-8]


AMINOMERCURIC CHLORIDE


More...


aminomercuricchloride


aminomercury chloride


Ammoniated mercury


CHLOROMERCURAMINE


Mercuric amidochloride


Mercury amidochloride bp, usp


Quecksilber(II)-amidochlorid


氯化氨基汞
[Chinese]

Less...
























function acdLabsPartnerLink()
partnerLink(2, 'ACDLabs', 'link');




  • Predicted - ACD/Labs

  • Predicted - ChemAxon



Predicted data is generated using the ACD/Labs Percepta Platform - PhysChem Module






























Density:

Boiling Point:

Vapour Pressure:

Enthalpy of Vaporization:

Flash Point:

Index of Refraction:

Molar Refractivity:

#H bond acceptors:
1
#H bond donors:
2
#Freely Rotating Bonds:
1
#Rule of 5 Violations:


























ACD/LogP:



ACD/LogD (pH 5.5):


ACD/BCF (pH 5.5):

ACD/KOC (pH 5.5):


ACD/LogD (pH 7.4):


ACD/BCF (pH 7.4):

ACD/KOC (pH 7.4):

Polar Surface Area:
26 Å2
Polarizability:

Surface Tension:

Molar Volume:










Click to predict properties on the Chemicalize site

















Search ChemSpider:



  • Compounds with the same molecular formula


  • Compounds with the same skeleton


  • Use this molecule in a structure search



Search Google:



  • Search Google Scholar (by synonym)


  • Search Google for exact structure


  • Search Google for structures with same skeleton


























$(document).ready( function()

$("#filterDSDialog").dialog( autoOpen: false,
buttons: "Cancel": function() $("#filterDSDialog").dialog("close"); ,
" Ok ": function() getAllSelectedDSTypes();
$("#filterDSDialog").dialog("close");
infoBox_ds.reload(null, ds_types: $.cookie('selected_ds_types') != null ? $.cookie('selected_ds_types') : '' );

,
toolbarButtons: [ name: 'Select All', title: 'Select All!', icon: '/images/select_all_small.gif', fn: function() $("input:checkbox", "#filterDSDialog").each( function() this.checked = true; ); ,
name: 'Clear All', title: 'Clear All', icon: '/images/deselect_all_small.gif', fn: function() $("input:checkbox", "#filterDSDialog").each( function() this.checked = false; ); ,
name: 'Invert Selection', title: 'Invert Selection', icon: '/images/invert_selection_small.GIF', fn: function() $("input:checkbox", "#filterDSDialog").each( function() this.checked = !this.checked; );
],
modal: true,
overlay: opacity: 0.5, background: "black" ,
resizable: false,
height: 400,
width: 700
);
);

function showFilterDialog()
$("#filterDSDialog").dialog("open");

var str_IDs = $.cookie('selected_ds_types');
if( str_IDs != null )
var IDs = str_IDs.split(',');
$("input:checkbox", "#filterDSDialog").each( function()
for(var i=0; i<IDs.length; i++ )
if( IDs[i] == this.value )
this.checked = true;
break;


);


return false;


function getAllSelectedDSTypes()
var IDs = new Array();
$("input:checkbox:checked", "#filterDSDialog").each( function() IDs.push(this.value); );

if( IDs == null ) $.cookie('selected_ds_types', null);
else $.cookie('selected_ds_types', IDs.toString(), expires: 365 );


















































  • Links & Reference


  • RSC Journals


  • RSC Books


  • PubMed


  • Google Books

























































































//******************************************************
//Responsive dialog javascript - move to a library.
//******************************************************

//On window resize run function
$(window).resize(function ()
fluidDialog();
);

//Catch dialog if opened within a viewport smaller than the dialog width
$(document).on("dialogopen", ".ui-dialog", function (event, ui)
fluidDialog();
);

//Resize the dialog.
function fluidDialog()
var $visible = $(".ui-dialog:visible");
$visible.each(function ()
var $this = $(this);
var dialog = $this.find(".ui-dialog-content").data("ui-dialog");
if (dialog.options.fluid)
var wWidth = $(window).width();
if (wWidth < (parseInt(dialog.options.maxWidth) + 50))
$this.css("max-width", "90%");
else
//fix maxWidth bug
$this.css("max-width", dialog.options.maxWidth + "px");

dialog.option("position", dialog.options.position);

);

//-End

$(document).ready(function()
$("#feedbackDialog").dialog( autoOpen: false,
buttons: "Cancel": function() $("#feedbackDialog").dialog("close"); ,
"Submit": function()
window.frames["feedbackFrame"].submitFeedback();

,
modal: true,
overlay: opacity: 0.5, background: "black" ,
resizable: true,
maxHeight: 1000,
height: 'auto',
maxWidth: 700,
width: 'auto',
fluid: true
);
);

function showFeedbackDialog()
$("#feedbackDialog").dialog("open");
//Ensure the whole IFrame is visible.
$('#feedbackFrame').height($('#feedbackFrame').contents().height());
$('#feedbackFrame').width($('#feedbackFrame').contents().width());


function closeFeedbackDialog()
$("#feedbackDialog").dialog("close");
$('#curationIB_tabs').tabs('load', 0);









Advertisement



googletag.cmd.push(function() googletag.display('div-dfp-ad-3'); );





























//<![CDATA[
var embedBlob = new CSEmbedBlob('');$(document).ready( function()
$('#identifiers_tabs').tabs(
spinner: '',
load: function(event, ui)
$('.ui-tabs-nav li .loader').remove();
,
select: function(event, ui)
);
);$(document).ready( function()
$('#pred_tabs').tabs(
spinner: '',
load: function(event, ui)
$('.ui-tabs-nav li .loader').remove();
,
select: function(event, ui)
);
);var infoBox_ds = null;
$(document).ready( function()
infoBox_ds = new Infobox2('ds', '/ibcontent.ashx?csid=21106343&type=ds', ds_types: $.cookie('selected_ds_types') != null ? $.cookie('selected_ds_types') : '');
infoBox_ds.show();
);
$(document).ready( function()
$('#articles_tabs').tabs(
spinner: '',
load: function(event, ui)
$('.ui-tabs-nav li .loader').remove();
,
select: function(event, ui)
);
);var infoBox_wiki = null;
$(document).ready( function()
infoBox_wiki = new Infobox2('wiki', '/ibcontent.ashx?csid=21106343&type=wiki', );
infoBox_wiki.show();
);
var infoBox_description = null;
$(document).ready( function()
infoBox_description = new Infobox2('description', '/ibcontent.ashx?csid=21106343&type=descriptions&tick=636979832045042066', );
infoBox_description.show();
);
var embedBlob = new CSEmbedBlob('');var infoBox_blobsIB = null;
$(document).ready( function()
infoBox_blobsIB = new Infobox2('blobsIB', '/ibcontent.ashx?csid=21106343&type=blobs&blobs_type=I&tick=636979832045042066', );
infoBox_blobsIB.show();
);
Sys.Application.add_init(function()
$create(Sys.UI._UpdateProgress, "associatedUpdatePanelId":null,"displayAfter":500,"dynamicLayout":true, null, null, $get("ctl00_ctl00_ContentSection_ContentPlaceHolder1_RecordViewTabDetailsControl_UpdateProgress1"));
);
//]]>


Popular posts from this blog

ParseJSON using SSJSUsing AMPscript with SSJS ActivitiesHow to resubscribe a user in Marketing cloud using SSJS?Pulling Subscriber Status from Lists using SSJSRetrieving Emails using SSJSProblem in updating DE using SSJSUsing SSJS to send single email in Marketing CloudError adding EmailSendDefinition using SSJS

Кампала Садржај Географија Географија Историја Становништво Привреда Партнерски градови Референце Спољашње везе Мени за навигацију0°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.340°11′ СГШ; 32°20′ ИГД / 0.18° СГШ; 32.34° ИГД / 0.18; 32.34МедијиПодациЗванични веб-сајту

19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу